Html Css Color HEX #B02151 Old Rose

📋 copy color: '#B02151'

red 176 ◦ green 33 ◦ blue 81

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

Shades of Old Rose #B02151

Tints of Old Rose #B02151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 60.69%
G = 11.38%
B = 27.93%

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

#B02151 (or 0xB02151) is known color: Old Rose. HEX triplet: B0, 21 and 51. RGB value is (176,33,81). Sum of RGB (Red+Green+Blue) = 176+33+81=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B02151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02151 is #4FDEAE. Grayscale: #515151. Windows color (decimal): -5234351 or 5317040. OLE color: 5317040.

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

Color convert

RGB 176 33 81 -
CMYK 0 0.81 0.54 0.31
HSL 339.86º 0.68% 0.41% -
HSV(B) 339.86º 0.81% 0.69% -
XYZ 19.93 10.91 8.84 -
YUV 81.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 176 33 81 0 0.81 0.54 0.31 339.86 0.68 0.41
Hex B0 21 51 0 51 36 1F 154 44 29
Octal 260 41 121 0 121 66 37 524 104 51
Binary 10110000 100001 1010001 0 1010001 110110 11111 101010100 1000100 101001

Color Harmonies of #B02151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02151

Black with #B02151

Text Example


Text Example

White with #B02151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02151; }

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

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

background-color css

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

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

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

border-color css

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

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

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