Html Css Color HEX #B42860 Rouge

📋 copy color: '#B42860'

red 180 ◦ green 40 ◦ blue 96

#B42860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B42860

Tints of Rouge #B42860

RGB

 RED value IS 180 (70.7% from 255) = 56.96%

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 56.96%
G = 12.66%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B42860 (or 0xB42860) is known color: Rouge. HEX triplet: B4, 28 and 60. RGB value is (180,40,96). Sum of RGB (Red+Green+Blue) = 180+40+96=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B42860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42860 is #4BD79F. Grayscale: #585858. Windows color (decimal): -4970400 or 6301876. OLE color: 6301876.

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

Color convert

RGB 180 40 96 -
CMYK 0 0.78 0.47 0.29
HSL 336º 0.64% 0.43% -
HSV(B) 336º 0.78% 0.71% -
XYZ 21.69 12.07 12.25 -
YUV 88.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 180 40 96 0 0.78 0.47 0.29 336 0.64 0.43
Hex B4 28 60 0 4E 2F 1D 150 40 2B
Octal 264 50 140 0 116 57 35 520 100 53
Binary 10110100 101000 1100000 0 1001110 101111 11101 101010000 1000000 101011

Color Harmonies of #B42860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42860

Black with #B42860

Text Example


Text Example

White with #B42860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42860; }

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

 H1.HeaderClassName
 {
   color: #B42860;
 }
 .AnyTagClassName
 {
   color: #B42860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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