Html Css Color HEX #B42D5C Rouge

📋 copy color: '#B42D5C'

red 180 ◦ green 45 ◦ blue 92

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

Shades of Rouge #B42D5C

Tints of Rouge #B42D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

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

R = 56.78%
G = 14.2%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B42D5C (or 0xB42D5C) is known color: Rouge. HEX triplet: B4, 2D and 5C. RGB value is (180,45,92). Sum of RGB (Red+Green+Blue) = 180+45+92=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D5C is #4BD2A3. Grayscale: #5A5A5A. Windows color (decimal): -4969124 or 6041012. OLE color: 6041012.

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

Color convert

RGB 180 45 92 -
CMYK 0 0.75 0.49 0.29
HSL 339.11º 0.6% 0.44% -
HSV(B) 339.11º 0.75% 0.71% -
XYZ 21.69 12.35 11.37 -
YUV 90.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 180 45 92 0 0.75 0.49 0.29 339.11 0.6 0.44
Hex B4 2D 5C 0 4B 31 1D 153 3C 2C
Octal 264 55 134 0 113 61 35 523 74 54
Binary 10110100 101101 1011100 0 1001011 110001 11101 101010011 111100 101100

Color Harmonies of #B42D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D5C

Black with #B42D5C

Text Example


Text Example

White with #B42D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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