Html Css Color HEX #B02944 Old Rose

📋 copy color: '#B02944'

red 176 ◦ green 41 ◦ blue 68

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

Shades of Old Rose #B02944

Tints of Old Rose #B02944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.86%

R = 61.75%
G = 14.39%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B02944 (or 0xB02944) is known color: Old Rose. HEX triplet: B0, 29 and 44. RGB value is (176,41,68). Sum of RGB (Red+Green+Blue) = 176+41+68=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B02944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02944 is #4FD6BB. Grayscale: #545454. Windows color (decimal): -5232316 or 4467120. OLE color: 4467120.

HSL color Cylindrical-coordinate representation of color #B02944: hue angle of 348º 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 #B02944 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 68 -
CMYK 0 0.77 0.61 0.31
HSL 348º 0.62% 0.43% -
HSV(B) 348º 0.77% 0.69% -
XYZ 19.74 11.23 6.6 -
YUV 84.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 176 41 68 0 0.77 0.61 0.31 348 0.62 0.43
Hex B0 29 44 0 4D 3D 1F 15C 3E 2B
Octal 260 51 104 0 115 75 37 534 76 53
Binary 10110000 101001 1000100 0 1001101 111101 11111 101011100 111110 101011

Color Harmonies of #B02944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02944

Black with #B02944

Text Example


Text Example

White with #B02944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02944; }

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

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

background-color css

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

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

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

border-color css

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

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

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