Html Css Color HEX #B02453 Old Rose

📋 copy color: '#B02453'

red 176 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #B02453

Tints of Old Rose #B02453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 59.66%
G = 12.2%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B02453 (or 0xB02453) is known color: Old Rose. HEX triplet: B0, 24 and 53. RGB value is (176,36,83). Sum of RGB (Red+Green+Blue) = 176+36+83=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B02453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02453 is #4FDBAC. Grayscale: #535353. Windows color (decimal): -5233581 or 5448880. OLE color: 5448880.

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

Color convert

RGB 176 36 83 -
CMYK 0 0.80 0.53 0.31
HSL 339.86º 0.66% 0.42% -
HSV(B) 339.86º 0.8% 0.69% -
XYZ 20.1 11.12 9.27 -
YUV 83.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 176 36 83 0 0.80 0.53 0.31 339.86 0.66 0.42
Hex B0 24 53 0 50 35 1F 154 42 2A
Octal 260 44 123 0 120 65 37 524 102 52
Binary 10110000 100100 1010011 0 1010000 110101 11111 101010100 1000010 101010

Color Harmonies of #B02453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02453

Black with #B02453

Text Example


Text Example

White with #B02453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02453; }

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

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

background-color css

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

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

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

border-color css

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

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

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