Html Css Color HEX #B33160 Rouge

📋 copy color: '#B33160'

red 179 ◦ green 49 ◦ blue 96

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

Shades of Rouge #B33160

Tints of Rouge #B33160

RGB

 RED value IS 179 (70.31% from 255) = 55.25%

 GREEN value IS 49 (19.53% from 255) = 15.12%

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

R = 55.25%
G = 15.12%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B33160 (or 0xB33160) is known color: Rouge. HEX triplet: B3, 31 and 60. RGB value is (179,49,96). Sum of RGB (Red+Green+Blue) = 179+49+96=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B33160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33160 is #4CCE9F. Grayscale: #5D5D5D. Windows color (decimal): -5033632 or 6304179. OLE color: 6304179.

HSL color Cylindrical-coordinate representation of color #B33160: hue angle of 338.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33160 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 96 -
CMYK 0 0.73 0.46 0.30
HSL 338.31º 0.57% 0.45% -
HSV(B) 338.31º 0.73% 0.7% -
XYZ 21.8 12.62 12.35 -
YUV 93.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 179 49 96 0 0.73 0.46 0.30 338.31 0.57 0.45
Hex B3 31 60 0 49 2E 1E 152 39 2D
Octal 263 61 140 0 111 56 36 522 71 55
Binary 10110011 110001 1100000 0 1001001 101110 11110 101010010 111001 101101

Color Harmonies of #B33160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33160

Black with #B33160

Text Example


Text Example

White with #B33160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33160; }

 p { color: rgb(179,49,96); }

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

background-color css

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

 a { background-color: rgb(179,49,96); }

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

border-color css

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

 span { border-color: rgb(179,49,96); }

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