#B62A62

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

Shades of Rouge #B62A62

Tints of Rouge #B62A62

Color information

#B62A62 (or 0xB62A62) is unknown color: approx Rouge. HEX triplet: B6, 2A and 62. RGB value is (182,42,98). Sum of RGB (Red+Green+Blue) = 182+42+98=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A62 is #49D59D. Grayscale: #5A5A5A. Windows color (decimal): -4838814 or 6433462. OLE color: 6433462.

HSL color Cylindrical-coordinate representation of color #B62A62: hue angle of 336º 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 #B62A62 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1824298-
CMYK00.770.460.29
HSL336º62.5%43.92%-
HSV(B)336º76.92%71.37%-
XYZ22.3212.4812.79-
YUV90.24132.38193.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 42 (16.80% from 255) = 13.04%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=56.52%
G=13.04%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182429800.770.460.2933662.543.92
HexB62A6204D2E1D1503e2c
Octal26652142011556355207654
Binary1011011010101011000100100110110111011101101010000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A62; }

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

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

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

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

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

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

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

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