#b02a64

Color #B02A64 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B02A64

Tints of Rouge #B02A64

Color information

#B02A64 (or 0xB02A64) is unknown color: approx Rouge. HEX triplet: B0, 2A and 64. RGB value is (176,42,100). Sum of RGB (Red+Green+Blue) = 176+42+100=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A64 is #4FD59B. Grayscale: #585858. Windows color (decimal): -5232028 or 6564528. OLE color: 6564528.

HSL color Cylindrical-coordinate representation of color #B02A64: hue angle of 334.03º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A64 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17642100-
CMYK00.760.430.31
HSL334.03º61.47%42.75%-
HSV(B)334.03º76.14%69.02%-
XYZ21.0311.8113.23-
YUV88.68134.39190.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=55.35%
G=13.21%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764210000.760.430.31334.0361.4742.75
HexB02A6404C2B1F14e3d2b
Octal26052144011453375167553
Binary1011000010101011001000100110010101111111101001110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02a64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02a64; }

 p { color: rgb(176,42,100); }

 H1.HeaderClassName
 {
   color: #b02a64;
 }
 .AnyTagClassName
 {
   color: #b02a64;
 }
</style>
background-color css

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

 a { background-color: rgb(176,42,100); }

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

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

 span { border-color: rgb(176,42,100); }

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