Html Css Color HEX #B22846 Old Rose

📋 copy color: '#B22846'

red 178 ◦ green 40 ◦ blue 70

#B22846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B22846

Tints of Old Rose #B22846

RGB

 RED value IS 178 (69.92% from 255) = 61.81%

 GREEN value IS 40 (16.02% from 255) = 13.89%

 BLUE value IS 70 (27.73% from 255) = 24.31%

R = 61.81%
G = 13.89%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B22846 (or 0xB22846) is known color: Old Rose. HEX triplet: B2, 28 and 46. RGB value is (178,40,70). Sum of RGB (Red+Green+Blue) = 178+40+70=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B22846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22846 is #4DD7B9. Grayscale: #545454. Windows color (decimal): -5101498 or 4597938. OLE color: 4597938.

HSL color Cylindrical-coordinate representation of color #B22846: hue angle of 346.96º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22846 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 70 -
CMYK 0 0.78 0.61 0.30
HSL 346.96º 0.63% 0.43% -
HSV(B) 346.96º 0.78% 0.7% -
XYZ 20.22 11.42 6.93 -
YUV 84.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 178 40 70 0 0.78 0.61 0.30 346.96 0.63 0.43
Hex B2 28 46 0 4E 3D 1E 15B 3F 2B
Octal 262 50 106 0 116 75 36 533 77 53
Binary 10110010 101000 1000110 0 1001110 111101 11110 101011011 111111 101011

Color Harmonies of #B22846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22846

Black with #B22846

Text Example


Text Example

White with #B22846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22846; }

 p { color: rgb(178,40,70); }

 H1.HeaderClassName
 {
   color: #B22846;
 }
 .AnyTagClassName
 {
   color: #B22846;
 }
</style>

background-color css

<style>
 a { background-color: #B22846; }

 a { background-color: rgb(178,40,70); }

 div.DivClassName
 {
   background-color: #B22846;
 }
 .BgClassName
 {
   background-color: #B22846;
 }
</style>

border-color css

<style>
 span { border-color: #B22846; }

 span { border-color: rgb(178,40,70); }

 td.TdClassName
 {
   border-color: #B22846;
 }
 .TagClassName
 {
   border-color: #B22846;
 }
</style>