Html Css Color HEX #B02251 Old Rose

📋 copy color: '#B02251'

red 176 ◦ green 34 ◦ blue 81

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

Shades of Old Rose #B02251

Tints of Old Rose #B02251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 60.48%
G = 11.68%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B02251 (or 0xB02251) is known color: Old Rose. HEX triplet: B0, 22 and 51. RGB value is (176,34,81). Sum of RGB (Red+Green+Blue) = 176+34+81=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B02251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02251 is #4FDDAE. Grayscale: #515151. Windows color (decimal): -5234095 or 5317296. OLE color: 5317296.

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

Color convert

RGB 176 34 81 -
CMYK 0 0.81 0.54 0.31
HSL 340.14º 0.68% 0.41% -
HSV(B) 340.14º 0.81% 0.69% -
XYZ 19.96 10.97 8.85 -
YUV 81.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 176 34 81 0 0.81 0.54 0.31 340.14 0.68 0.41
Hex B0 22 51 0 51 36 1F 154 44 29
Octal 260 42 121 0 121 66 37 524 104 51
Binary 10110000 100010 1010001 0 1010001 110110 11111 101010100 1000100 101001

Color Harmonies of #B02251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02251

Black with #B02251

Text Example


Text Example

White with #B02251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02251; }

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

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

background-color css

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

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

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

border-color css

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

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

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