Html Css Color HEX #B42E5D Rouge

📋 copy color: '#B42E5D'

red 180 ◦ green 46 ◦ blue 93

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

Shades of Rouge #B42E5D

Tints of Rouge #B42E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 56.43%
G = 14.42%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B42E5D (or 0xB42E5D) is known color: Rouge. HEX triplet: B4, 2E and 5D. RGB value is (180,46,93). Sum of RGB (Red+Green+Blue) = 180+46+93=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E5D is #4BD1A2. Grayscale: #5B5B5B. Windows color (decimal): -4968867 or 6106804. OLE color: 6106804.

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

Color convert

RGB 180 46 93 -
CMYK 0 0.74 0.48 0.29
HSL 338.96º 0.59% 0.44% -
HSV(B) 338.96º 0.74% 0.71% -
XYZ 21.78 12.45 11.61 -
YUV 91.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 180 46 93 0 0.74 0.48 0.29 338.96 0.59 0.44
Hex B4 2E 5D 0 4A 30 1D 153 3B 2C
Octal 264 56 135 0 112 60 35 523 73 54
Binary 10110100 101110 1011101 0 1001010 110000 11101 101010011 111011 101100

Color Harmonies of #B42E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E5D

Black with #B42E5D

Text Example


Text Example

White with #B42E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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