Html Css Color HEX #B42C5D Rouge

📋 copy color: '#B42C5D'

red 180 ◦ green 44 ◦ blue 93

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

Shades of Rouge #B42C5D

Tints of Rouge #B42C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

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

R = 56.78%
G = 13.88%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B42C5D (or 0xB42C5D) is known color: Rouge. HEX triplet: B4, 2C and 5D. RGB value is (180,44,93). Sum of RGB (Red+Green+Blue) = 180+44+93=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C5D is #4BD3A2. Grayscale: #5A5A5A. Windows color (decimal): -4969379 or 6106292. OLE color: 6106292.

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

Color convert

RGB 180 44 93 -
CMYK 0 0.76 0.48 0.29
HSL 338.38º 0.61% 0.44% -
HSV(B) 338.38º 0.76% 0.71% -
XYZ 21.7 12.29 11.59 -
YUV 90.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 180 44 93 0 0.76 0.48 0.29 338.38 0.61 0.44
Hex B4 2C 5D 0 4C 30 1D 152 3D 2C
Octal 264 54 135 0 114 60 35 522 75 54
Binary 10110100 101100 1011101 0 1001100 110000 11101 101010010 111101 101100

Color Harmonies of #B42C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C5D

Black with #B42C5D

Text Example


Text Example

White with #B42C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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