Html Css Color HEX #B02550 Old Rose

📋 copy color: '#B02550'

red 176 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #B02550

Tints of Old Rose #B02550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 60.07%
G = 12.63%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B02550 (or 0xB02550) is known color: Old Rose. HEX triplet: B0, 25 and 50. RGB value is (176,37,80). Sum of RGB (Red+Green+Blue) = 176+37+80=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B02550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02550 is #4FDAAF. Grayscale: #535353. Windows color (decimal): -5233328 or 5252528. OLE color: 5252528.

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

Color convert

RGB 176 37 80 -
CMYK 0 0.79 0.55 0.31
HSL 341.44º 0.65% 0.42% -
HSV(B) 341.44º 0.79% 0.69% -
XYZ 20.01 11.13 8.68 -
YUV 83.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 176 37 80 0 0.79 0.55 0.31 341.44 0.65 0.42
Hex B0 25 50 0 4F 37 1F 155 41 2A
Octal 260 45 120 0 117 67 37 525 101 52
Binary 10110000 100101 1010000 0 1001111 110111 11111 101010101 1000001 101010

Color Harmonies of #B02550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02550

Black with #B02550

Text Example


Text Example

White with #B02550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02550; }

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

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

background-color css

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

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

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

border-color css

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

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

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