Html Css Color HEX #B42D5E Rouge

📋 copy color: '#B42D5E'

red 180 ◦ green 45 ◦ blue 94

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

Shades of Rouge #B42D5E

Tints of Rouge #B42D5E

RGB

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

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

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

R = 56.43%
G = 14.11%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B42D5E (or 0xB42D5E) is known color: Rouge. HEX triplet: B4, 2D and 5E. RGB value is (180,45,94). Sum of RGB (Red+Green+Blue) = 180+45+94=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D5E is #4BD2A1. Grayscale: #5A5A5A. Windows color (decimal): -4969122 or 6172084. OLE color: 6172084.

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

Color convert

RGB 180 45 94 -
CMYK 0 0.75 0.48 0.29
HSL 338.22º 0.6% 0.44% -
HSV(B) 338.22º 0.75% 0.71% -
XYZ 21.78 12.39 11.83 -
YUV 90.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 180 45 94 0 0.75 0.48 0.29 338.22 0.6 0.44
Hex B4 2D 5E 0 4B 30 1D 152 3C 2C
Octal 264 55 136 0 113 60 35 522 74 54
Binary 10110100 101101 1011110 0 1001011 110000 11101 101010010 111100 101100

Color Harmonies of #B42D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D5E

Black with #B42D5E

Text Example


Text Example

White with #B42D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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