Html Css Color HEX #B02558 Old Rose

📋 copy color: '#B02558'

red 176 ◦ green 37 ◦ blue 88

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

Shades of Old Rose #B02558

Tints of Old Rose #B02558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 58.47%
G = 12.29%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B02558 (or 0xB02558) is known color: Old Rose. HEX triplet: B0, 25 and 58. RGB value is (176,37,88). Sum of RGB (Red+Green+Blue) = 176+37+88=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B02558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02558 is #4FDAA7. Grayscale: #545454. Windows color (decimal): -5233320 or 5776816. OLE color: 5776816.

HSL color Cylindrical-coordinate representation of color #B02558: hue angle of 337.99º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02558 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 88 -
CMYK 0 0.79 0.50 0.31
HSL 337.99º 0.65% 0.42% -
HSV(B) 337.99º 0.79% 0.69% -
XYZ 20.33 11.26 10.33 -
YUV 84.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 176 37 88 0 0.79 0.50 0.31 337.99 0.65 0.42
Hex B0 25 58 0 4F 32 1F 152 41 2A
Octal 260 45 130 0 117 62 37 522 101 52
Binary 10110000 100101 1011000 0 1001111 110010 11111 101010010 1000001 101010

Color Harmonies of #B02558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02558

Black with #B02558

Text Example


Text Example

White with #B02558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02558; }

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

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

background-color css

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

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

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

border-color css

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

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

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