Html Css Color HEX #B02441 Old Rose

📋 copy color: '#B02441'

red 176 ◦ green 36 ◦ blue 65

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

Shades of Old Rose #B02441

Tints of Old Rose #B02441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 63.54%
G = 13%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B02441 (or 0xB02441) is known color: Old Rose. HEX triplet: B0, 24 and 41. RGB value is (176,36,65). Sum of RGB (Red+Green+Blue) = 176+36+65=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B02441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02441 is #4FDBBE. Grayscale: #515151. Windows color (decimal): -5233599 or 4269232. OLE color: 4269232.

HSL color Cylindrical-coordinate representation of color #B02441: hue angle of 347.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02441 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 65 -
CMYK 0 0.80 0.63 0.31
HSL 347.57º 0.66% 0.42% -
HSV(B) 347.57º 0.8% 0.69% -
XYZ 19.49 10.87 6.07 -
YUV 81.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 176 36 65 0 0.80 0.63 0.31 347.57 0.66 0.42
Hex B0 24 41 0 50 3F 1F 15C 42 2A
Octal 260 44 101 0 120 77 37 534 102 52
Binary 10110000 100100 1000001 0 1010000 111111 11111 101011100 1000010 101010

Color Harmonies of #B02441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02441

Black with #B02441

Text Example


Text Example

White with #B02441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02441; }

 p { color: rgb(176,36,65); }

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

background-color css

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

 a { background-color: rgb(176,36,65); }

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

border-color css

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

 span { border-color: rgb(176,36,65); }

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