Html Css Color HEX #B33959 Rouge

📋 copy color: '#B33959'

red 179 ◦ green 57 ◦ blue 89

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

Shades of Rouge #B33959

Tints of Rouge #B33959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 55.08%
G = 17.54%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B33959 (or 0xB33959) is known color: Rouge. HEX triplet: B3, 39 and 59. RGB value is (179,57,89). Sum of RGB (Red+Green+Blue) = 179+57+89=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B33959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33959 is #4CC6A6. Grayscale: #616161. Windows color (decimal): -5031591 or 5847475. OLE color: 5847475.

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

Color convert

RGB 179 57 89 -
CMYK 0 0.68 0.50 0.30
HSL 344.26º 0.52% 0.46% -
HSV(B) 344.26º 0.68% 0.7% -
XYZ 21.86 13.23 10.85 -
YUV 97.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 179 57 89 0 0.68 0.50 0.30 344.26 0.52 0.46
Hex B3 39 59 0 44 32 1E 158 34 2E
Octal 263 71 131 0 104 62 36 530 64 56
Binary 10110011 111001 1011001 0 1000100 110010 11110 101011000 110100 101110

Color Harmonies of #B33959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33959

Black with #B33959

Text Example


Text Example

White with #B33959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33959; }

 p { color: rgb(179,57,89); }

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

background-color css

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

 a { background-color: rgb(179,57,89); }

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

border-color css

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

 span { border-color: rgb(179,57,89); }

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