Html Css Color HEX #B02458 Old Rose

📋 copy color: '#B02458'

red 176 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #B02458

Tints of Old Rose #B02458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 58.67%
G = 12%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B02458 (or 0xB02458) is known color: Old Rose. HEX triplet: B0, 24 and 58. RGB value is (176,36,88). Sum of RGB (Red+Green+Blue) = 176+36+88=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B02458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02458 is #4FDBA7. Grayscale: #535353. Windows color (decimal): -5233576 or 5776560. OLE color: 5776560.

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

Color convert

RGB 176 36 88 -
CMYK 0 0.80 0.50 0.31
HSL 337.71º 0.66% 0.42% -
HSV(B) 337.71º 0.8% 0.69% -
XYZ 20.3 11.2 10.32 -
YUV 83.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 176 36 88 0 0.80 0.50 0.31 337.71 0.66 0.42
Hex B0 24 58 0 50 32 1F 152 42 2A
Octal 260 44 130 0 120 62 37 522 102 52
Binary 10110000 100100 1011000 0 1010000 110010 11111 101010010 1000010 101010

Color Harmonies of #B02458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02458

Black with #B02458

Text Example


Text Example

White with #B02458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02458; }

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

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

background-color css

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

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

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

border-color css

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

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

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