Html Css Color HEX #B02242 Old Rose

📋 copy color: '#B02242'

red 176 ◦ green 34 ◦ blue 66

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

Shades of Old Rose #B02242

Tints of Old Rose #B02242

RGB

 RED value IS 176 (69.14% from 255) = 63.77%

 GREEN value IS 34 (13.67% from 255) = 12.32%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 63.77%
G = 12.32%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B02242 (or 0xB02242) is known color: Old Rose. HEX triplet: B0, 22 and 42. RGB value is (176,34,66). Sum of RGB (Red+Green+Blue) = 176+34+66=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B02242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02242 is #4FDDBD. Grayscale: #505050. Windows color (decimal): -5234110 or 4334256. OLE color: 4334256.

HSL color Cylindrical-coordinate representation of color #B02242: hue angle of 346.48º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02242 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 66 -
CMYK 0 0.81 0.62 0.31
HSL 346.48º 0.68% 0.41% -
HSV(B) 346.48º 0.81% 0.69% -
XYZ 19.46 10.77 6.21 -
YUV 80.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 176 34 66 0 0.81 0.62 0.31 346.48 0.68 0.41
Hex B0 22 42 0 51 3E 1F 15A 44 29
Octal 260 42 102 0 121 76 37 532 104 51
Binary 10110000 100010 1000010 0 1010001 111110 11111 101011010 1000100 101001

Color Harmonies of #B02242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02242

Black with #B02242

Text Example


Text Example

White with #B02242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02242; }

 p { color: rgb(176,34,66); }

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

background-color css

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

 a { background-color: rgb(176,34,66); }

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

border-color css

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

 span { border-color: rgb(176,34,66); }

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