Html Css Color HEX #B42B63 Rouge

📋 copy color: '#B42B63'

red 180 ◦ green 43 ◦ blue 99

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

Shades of Rouge #B42B63

Tints of Rouge #B42B63

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.35%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 55.9%
G = 13.35%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B42B63 (or 0xB42B63) is known color: Rouge. HEX triplet: B4, 2B and 63. RGB value is (180,43,99). Sum of RGB (Red+Green+Blue) = 180+43+99=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B63 is #4BD49C. Grayscale: #5A5A5A. Windows color (decimal): -4969629 or 6499252. OLE color: 6499252.

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

Color convert

RGB 180 43 99 -
CMYK 0 0.76 0.45 0.29
HSL 335.47º 0.61% 0.44% -
HSV(B) 335.47º 0.76% 0.71% -
XYZ 21.94 12.33 13.03 -
YUV 90.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 180 43 99 0 0.76 0.45 0.29 335.47 0.61 0.44
Hex B4 2B 63 0 4C 2D 1D 14F 3D 2C
Octal 264 53 143 0 114 55 35 517 75 54
Binary 10110100 101011 1100011 0 1001100 101101 11101 101001111 111101 101100

Color Harmonies of #B42B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B63

Black with #B42B63

Text Example


Text Example

White with #B42B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B63; }

 p { color: rgb(180,43,99); }

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

background-color css

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

 a { background-color: rgb(180,43,99); }

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

border-color css

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

 span { border-color: rgb(180,43,99); }

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