#B02B5A

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

Shades of Rouge #B02B5A

Tints of Rouge #B02B5A

Color information

#B02B5A (or 0xB02B5A) is unknown color: approx Rouge. HEX triplet: B0, 2B and 5A. RGB value is (176,43,90). Sum of RGB (Red+Green+Blue) = 176+43+90=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B5A is #4FD4A5. Grayscale: #585858. Windows color (decimal): -5231782 or 5909424. OLE color: 5909424.

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

Color convert

RGB1764390-
CMYK00.760.490.31
HSL338.8º60.73%42.94%-
HSV(B)338.8º75.57%69.02%-
XYZ20.6111.710.84-
YUV88.12129.06190.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=56.96%
G=13.92%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176439000.760.490.31338.860.7342.94
HexB02B5A04C311F1533d2b
Octal26053132011461375237553
Binary1011000010101110110100100110011000111111101010011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B5A; }

 p { color: rgb(176,43,90); }

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

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

 a { background-color: rgb(176,43,90); }

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

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

 span { border-color: rgb(176,43,90); }

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