Html Css Color HEX #B02553 Old Rose

📋 copy color: '#B02553'

red 176 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #B02553

Tints of Old Rose #B02553

RGB

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

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

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

R = 59.46%
G = 12.5%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B02553 (or 0xB02553) is known color: Old Rose. HEX triplet: B0, 25 and 53. RGB value is (176,37,83). Sum of RGB (Red+Green+Blue) = 176+37+83=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B02553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02553 is #4FDAAC. Grayscale: #535353. Windows color (decimal): -5233325 or 5449136. OLE color: 5449136.

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

Color convert

RGB 176 37 83 -
CMYK 0 0.79 0.53 0.31
HSL 340.14º 0.65% 0.42% -
HSV(B) 340.14º 0.79% 0.69% -
XYZ 20.13 11.18 9.28 -
YUV 83.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 176 37 83 0 0.79 0.53 0.31 340.14 0.65 0.42
Hex B0 25 53 0 4F 35 1F 154 41 2A
Octal 260 45 123 0 117 65 37 524 101 52
Binary 10110000 100101 1010011 0 1001111 110101 11111 101010100 1000001 101010

Color Harmonies of #B02553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02553

Black with #B02553

Text Example


Text Example

White with #B02553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02553; }

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

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

background-color css

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

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

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

border-color css

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

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

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