#b62a5f

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

Shades of Rouge #B62A5F

Tints of Rouge #B62A5F

Color information

#B62A5F (or 0xB62A5F) is unknown color: approx Rouge. HEX triplet: B6, 2A and 5F. RGB value is (182,42,95). Sum of RGB (Red+Green+Blue) = 182+42+95=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A5F is #49D5A0. Grayscale: #595959. Windows color (decimal): -4838817 or 6236854. OLE color: 6236854.

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

Color convert

RGB1824295-
CMYK00.770.480.29
HSL337.29º62.5%43.92%-
HSV(B)337.29º76.92%71.37%-
XYZ22.1812.4312.06-
YUV89.9130.88193.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=57.05%
G=13.17%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182429500.770.480.29337.2962.543.92
HexB62A5F04D301D1513e2c
Octal26652137011560355217654
Binary1011011010101010111110100110111000011101101010001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62a5f; }

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

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

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

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

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

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

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

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