Html Css Color HEX #B02B42 Old Rose

📋 copy color: '#B02B42'

red 176 ◦ green 43 ◦ blue 66

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

Shades of Old Rose #B02B42

Tints of Old Rose #B02B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 61.75%
G = 15.09%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B02B42 (or 0xB02B42) is known color: Old Rose. HEX triplet: B0, 2B and 42. RGB value is (176,43,66). Sum of RGB (Red+Green+Blue) = 176+43+66=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B42 is #4FD4BD. Grayscale: #555555. Windows color (decimal): -5231806 or 4336560. OLE color: 4336560.

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

Color convert

RGB 176 43 66 -
CMYK 0 0.76 0.62 0.31
HSL 349.62º 0.61% 0.43% -
HSV(B) 349.62º 0.76% 0.69% -
XYZ 19.75 11.35 6.3 -
YUV 85.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 176 43 66 0 0.76 0.62 0.31 349.62 0.61 0.43
Hex B0 2B 42 0 4C 3E 1F 15E 3D 2B
Octal 260 53 102 0 114 76 37 536 75 53
Binary 10110000 101011 1000010 0 1001100 111110 11111 101011110 111101 101011

Color Harmonies of #B02B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B42

Black with #B02B42

Text Example


Text Example

White with #B02B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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