#B42460

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

Shades of Rouge #B42460

Tints of Rouge #B42460

Color information

#B42460 (or 0xB42460) is unknown color: approx Rouge. HEX triplet: B4, 24 and 60. RGB value is (180,36,96). Sum of RGB (Red+Green+Blue) = 180+36+96=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B42460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42460 is #4BDB9F. Grayscale: #555555. Windows color (decimal): -4971424 or 6300852. OLE color: 6300852.

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

Color convert

RGB1803696-
CMYK00.80.470.29
HSL335º66.67%42.35%-
HSV(B)335º80%70.59%-
XYZ21.5611.8112.21-
YUV85.9133.71195.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 36 (14.45% from 255) = 11.54%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=57.69%
G=11.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180369600.80.470.2933566.6742.35
HexB424600502F1D14f432a
Octal264441400120573551710352
Binary10110100100100110000001010000101111111011010011111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42460; }

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

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

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

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

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

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

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

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