#B62A64

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

Shades of Rouge #B62A64

Tints of Rouge #B62A64

Color information

#B62A64 (or 0xB62A64) is unknown color: approx Rouge. HEX triplet: B6, 2A and 64. RGB value is (182,42,100). Sum of RGB (Red+Green+Blue) = 182+42+100=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A64 is #49D59B. Grayscale: #5A5A5A. Windows color (decimal): -4838812 or 6564534. OLE color: 6564534.

HSL color Cylindrical-coordinate representation of color #B62A64: hue angle of 335.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A64 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18242100-
CMYK00.770.450.29
HSL335.14º62.5%43.92%-
HSV(B)335.14º76.92%71.37%-
XYZ22.4212.5213.29-
YUV90.47133.38193.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 42 (16.80% from 255) = 12.96%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=56.17%
G=12.96%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824210000.770.450.29335.1462.543.92
HexB62A6404D2D1D14f3e2c
Octal26652144011555355177654
Binary1011011010101011001000100110110110111101101001111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A64; }

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

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

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

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

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

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

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

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