Html Css Color HEX #B02F42 Old Rose

📋 copy color: '#B02F42'

red 176 ◦ green 47 ◦ blue 66

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

Shades of Old Rose #B02F42

Tints of Old Rose #B02F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 60.9%
G = 16.26%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B02F42 (or 0xB02F42) is known color: Old Rose. HEX triplet: B0, 2F and 42. RGB value is (176,47,66). Sum of RGB (Red+Green+Blue) = 176+47+66=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F42 is #4FD0BD. Grayscale: #575757. Windows color (decimal): -5230782 or 4337584. OLE color: 4337584.

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

Color convert

RGB 176 47 66 -
CMYK 0 0.73 0.62 0.31
HSL 351.16º 0.58% 0.44% -
HSV(B) 351.16º 0.73% 0.69% -
XYZ 19.9 11.66 6.36 -
YUV 87.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 176 47 66 0 0.73 0.62 0.31 351.16 0.58 0.44
Hex B0 2F 42 0 49 3E 1F 15F 3A 2C
Octal 260 57 102 0 111 76 37 537 72 54
Binary 10110000 101111 1000010 0 1001001 111110 11111 101011111 111010 101100

Color Harmonies of #B02F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F42

Black with #B02F42

Text Example


Text Example

White with #B02F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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