Html Css Color HEX #B02250 Old Rose

📋 copy color: '#B02250'

red 176 ◦ green 34 ◦ blue 80

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

Shades of Old Rose #B02250

Tints of Old Rose #B02250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 60.69%
G = 11.72%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B02250 (or 0xB02250) is known color: Old Rose. HEX triplet: B0, 22 and 50. RGB value is (176,34,80). Sum of RGB (Red+Green+Blue) = 176+34+80=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B02250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02250 is #4FDDAF. Grayscale: #515151. Windows color (decimal): -5234096 or 5251760. OLE color: 5251760.

HSL color Cylindrical-coordinate representation of color #B02250: hue angle of 340.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02250 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 80 -
CMYK 0 0.81 0.55 0.31
HSL 340.56º 0.68% 0.41% -
HSV(B) 340.56º 0.81% 0.69% -
XYZ 19.92 10.95 8.65 -
YUV 81.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 176 34 80 0 0.81 0.55 0.31 340.56 0.68 0.41
Hex B0 22 50 0 51 37 1F 155 44 29
Octal 260 42 120 0 121 67 37 525 104 51
Binary 10110000 100010 1010000 0 1010001 110111 11111 101010101 1000100 101001

Color Harmonies of #B02250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02250

Black with #B02250

Text Example


Text Example

White with #B02250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02250; }

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

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

background-color css

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

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

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

border-color css

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

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

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