Html Css Color HEX #B42562 Rouge

📋 copy color: '#B42562'

red 180 ◦ green 37 ◦ blue 98

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

Shades of Rouge #B42562

Tints of Rouge #B42562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 57.14%
G = 11.75%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B42562 (or 0xB42562) is known color: Rouge. HEX triplet: B4, 25 and 62. RGB value is (180,37,98). Sum of RGB (Red+Green+Blue) = 180+37+98=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B42562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42562 is #4BDA9D. Grayscale: #565656. Windows color (decimal): -4971166 or 6432180. OLE color: 6432180.

HSL color Cylindrical-coordinate representation of color #B42562: hue angle of 334.41º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42562 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 98 -
CMYK 0 0.79 0.46 0.29
HSL 334.41º 0.66% 0.43% -
HSV(B) 334.41º 0.79% 0.71% -
XYZ 21.69 11.91 12.71 -
YUV 86.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 180 37 98 0 0.79 0.46 0.29 334.41 0.66 0.43
Hex B4 25 62 0 4F 2E 1D 14E 42 2B
Octal 264 45 142 0 117 56 35 516 102 53
Binary 10110100 100101 1100010 0 1001111 101110 11101 101001110 1000010 101011

Color Harmonies of #B42562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42562

Black with #B42562

Text Example


Text Example

White with #B42562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42562; }

 p { color: rgb(180,37,98); }

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

background-color css

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

 a { background-color: rgb(180,37,98); }

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

border-color css

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

 span { border-color: rgb(180,37,98); }

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