#B42C5D

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

Shades of Rouge #B42C5D

Tints of Rouge #B42C5D

Color information

#B42C5D (or 0xB42C5D) is unknown color: approx Rouge. HEX triplet: B4, 2C and 5D. RGB value is (180,44,93). Sum of RGB (Red+Green+Blue) = 180+44+93=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C5D is #4BD3A2. Grayscale: #5A5A5A. Windows color (decimal): -4969379 or 6106292. OLE color: 6106292.

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

Color convert

RGB1804493-
CMYK00.760.480.29
HSL338.38º60.71%43.92%-
HSV(B)338.38º75.56%70.59%-
XYZ21.712.2911.59-
YUV90.25129.56192.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=56.78%
G=13.88%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180449300.760.480.29338.3860.7143.92
HexB42C5D04C301D1523d2c
Octal26454135011460355227554
Binary1011010010110010111010100110011000011101101010010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C5D; }

 p { color: rgb(180,44,93); }

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

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

 a { background-color: rgb(180,44,93); }

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

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

 span { border-color: rgb(180,44,93); }

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