Html Css Color HEX #B02455 Old Rose

📋 copy color: '#B02455'

red 176 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #B02455

Tints of Old Rose #B02455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 59.26%
G = 12.12%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B02455 (or 0xB02455) is known color: Old Rose. HEX triplet: B0, 24 and 55. RGB value is (176,36,85). Sum of RGB (Red+Green+Blue) = 176+36+85=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B02455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02455 is #4FDBAA. Grayscale: #535353. Windows color (decimal): -5233579 or 5579952. OLE color: 5579952.

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

Color convert

RGB 176 36 85 -
CMYK 0 0.80 0.52 0.31
HSL 339º 0.66% 0.42% -
HSV(B) 339º 0.8% 0.69% -
XYZ 20.18 11.15 9.68 -
YUV 83.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 176 36 85 0 0.80 0.52 0.31 339 0.66 0.42
Hex B0 24 55 0 50 34 1F 153 42 2A
Octal 260 44 125 0 120 64 37 523 102 52
Binary 10110000 100100 1010101 0 1010000 110100 11111 101010011 1000010 101010

Color Harmonies of #B02455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02455

Black with #B02455

Text Example


Text Example

White with #B02455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02455; }

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

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

background-color css

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

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

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

border-color css

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

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

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