#B42760

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

Shades of Rouge #B42760

Tints of Rouge #B42760

Color information

#B42760 (or 0xB42760) is unknown color: approx Rouge. HEX triplet: B4, 27 and 60. RGB value is (180,39,96). Sum of RGB (Red+Green+Blue) = 180+39+96=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B42760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42760 is #4BD89F. Grayscale: #575757. Windows color (decimal): -4970656 or 6301620. OLE color: 6301620.

HSL color Cylindrical-coordinate representation of color #B42760: hue angle of 335.74º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42760 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1803996-
CMYK00.780.470.29
HSL335.74º64.38%42.94%-
HSV(B)335.74º78.33%70.59%-
XYZ21.661212.24-
YUV87.66132.71193.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=57.14%
G=12.38%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180399600.780.470.29335.7464.3842.94
HexB4276004E2F1D150402b
Octal264471400116573552010053
Binary10110100100111110000001001110101111111011010100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42760; }

 p { color: rgb(180,39,96); }

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

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

 a { background-color: rgb(180,39,96); }

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

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

 span { border-color: rgb(180,39,96); }

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