Html Css Color HEX #B42560 Rouge

📋 copy color: '#B42560'

red 180 ◦ green 37 ◦ blue 96

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

Shades of Rouge #B42560

Tints of Rouge #B42560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 57.51%
G = 11.82%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B42560 (or 0xB42560) is known color: Rouge. HEX triplet: B4, 25 and 60. RGB value is (180,37,96). Sum of RGB (Red+Green+Blue) = 180+37+96=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B42560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42560 is #4BDA9F. Grayscale: #565656. Windows color (decimal): -4971168 or 6301108. OLE color: 6301108.

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

Color convert

RGB 180 37 96 -
CMYK 0 0.79 0.47 0.29
HSL 335.24º 0.66% 0.43% -
HSV(B) 335.24º 0.79% 0.71% -
XYZ 21.6 11.87 12.22 -
YUV 86.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 180 37 96 0 0.79 0.47 0.29 335.24 0.66 0.43
Hex B4 25 60 0 4F 2F 1D 14F 42 2B
Octal 264 45 140 0 117 57 35 517 102 53
Binary 10110100 100101 1100000 0 1001111 101111 11101 101001111 1000010 101011

Color Harmonies of #B42560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42560

Black with #B42560

Text Example


Text Example

White with #B42560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42560; }

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

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

background-color css

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

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

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

border-color css

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

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

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