Html Css Color HEX #B42E5C Rouge

📋 copy color: '#B42E5C'

red 180 ◦ green 46 ◦ blue 92

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

Shades of Rouge #B42E5C

Tints of Rouge #B42E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 56.6%
G = 14.47%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B42E5C (or 0xB42E5C) is known color: Rouge. HEX triplet: B4, 2E and 5C. RGB value is (180,46,92). Sum of RGB (Red+Green+Blue) = 180+46+92=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E5C is #4BD1A3. Grayscale: #5B5B5B. Windows color (decimal): -4968868 or 6041268. OLE color: 6041268.

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

Color convert

RGB 180 46 92 -
CMYK 0 0.74 0.49 0.29
HSL 339.4º 0.59% 0.44% -
HSV(B) 339.4º 0.74% 0.71% -
XYZ 21.73 12.43 11.38 -
YUV 91.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 180 46 92 0 0.74 0.49 0.29 339.4 0.59 0.44
Hex B4 2E 5C 0 4A 31 1D 153 3B 2C
Octal 264 56 134 0 112 61 35 523 73 54
Binary 10110100 101110 1011100 0 1001010 110001 11101 101010011 111011 101100

Color Harmonies of #B42E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E5C

Black with #B42E5C

Text Example


Text Example

White with #B42E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E5C; }

 p { color: rgb(180,46,92); }

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

background-color css

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

 a { background-color: rgb(180,46,92); }

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

border-color css

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

 span { border-color: rgb(180,46,92); }

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