Html Css Color HEX #B02942 Old Rose

📋 copy color: '#B02942'

red 176 ◦ green 41 ◦ blue 66

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

Shades of Old Rose #B02942

Tints of Old Rose #B02942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

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

R = 62.19%
G = 14.49%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B02942 (or 0xB02942) is known color: Old Rose. HEX triplet: B0, 29 and 42. RGB value is (176,41,66). Sum of RGB (Red+Green+Blue) = 176+41+66=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B02942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02942 is #4FD6BD. Grayscale: #545454. Windows color (decimal): -5232318 or 4336048. OLE color: 4336048.

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

Color convert

RGB 176 41 66 -
CMYK 0 0.77 0.62 0.31
HSL 348.89º 0.62% 0.43% -
HSV(B) 348.89º 0.77% 0.69% -
XYZ 19.68 11.21 6.28 -
YUV 84.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 176 41 66 0 0.77 0.62 0.31 348.89 0.62 0.43
Hex B0 29 42 0 4D 3E 1F 15D 3E 2B
Octal 260 51 102 0 115 76 37 535 76 53
Binary 10110000 101001 1000010 0 1001101 111110 11111 101011101 111110 101011

Color Harmonies of #B02942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02942

Black with #B02942

Text Example


Text Example

White with #B02942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02942; }

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

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

background-color css

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

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

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

border-color css

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

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

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