Html Css Color HEX #B42A5E Rouge

📋 copy color: '#B42A5E'

red 180 ◦ green 42 ◦ blue 94

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

Shades of Rouge #B42A5E

Tints of Rouge #B42A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 56.96%
G = 13.29%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B42A5E (or 0xB42A5E) is known color: Rouge. HEX triplet: B4, 2A and 5E. RGB value is (180,42,94). Sum of RGB (Red+Green+Blue) = 180+42+94=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A5E is #4BD5A1. Grayscale: #595959. Windows color (decimal): -4969890 or 6171316. OLE color: 6171316.

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

Color convert

RGB 180 42 94 -
CMYK 0 0.77 0.48 0.29
HSL 337.39º 0.62% 0.44% -
HSV(B) 337.39º 0.77% 0.71% -
XYZ 21.67 12.17 11.8 -
YUV 89.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 180 42 94 0 0.77 0.48 0.29 337.39 0.62 0.44
Hex B4 2A 5E 0 4D 30 1D 151 3E 2C
Octal 264 52 136 0 115 60 35 521 76 54
Binary 10110100 101010 1011110 0 1001101 110000 11101 101010001 111110 101100

Color Harmonies of #B42A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A5E

Black with #B42A5E

Text Example


Text Example

White with #B42A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A5E; }

 p { color: rgb(180,42,94); }

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

background-color css

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

 a { background-color: rgb(180,42,94); }

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

border-color css

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

 span { border-color: rgb(180,42,94); }

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