Html Css Color HEX #B33E5E Rouge

📋 copy color: '#B33E5E'

red 179 ◦ green 62 ◦ blue 94

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

Shades of Rouge #B33E5E

Tints of Rouge #B33E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 53.43%
G = 18.51%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B33E5E (or 0xB33E5E) is known color: Rouge. HEX triplet: B3, 3E and 5E. RGB value is (179,62,94). Sum of RGB (Red+Green+Blue) = 179+62+94=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E5E is #4CC1A1. Grayscale: #646464. Windows color (decimal): -5030306 or 6176435. OLE color: 6176435.

HSL color Cylindrical-coordinate representation of color #B33E5E: hue angle of 343.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33E5E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 62 94 -
CMYK 0 0.65 0.47 0.30
HSL 343.59º 0.49% 0.47% -
HSV(B) 343.59º 0.65% 0.7% -
XYZ 22.33 13.84 12.08 -
YUV 100.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 179 62 94 0 0.65 0.47 0.30 343.59 0.49 0.47
Hex B3 3E 5E 0 41 2F 1E 158 31 2F
Octal 263 76 136 0 101 57 36 530 61 57
Binary 10110011 111110 1011110 0 1000001 101111 11110 101011000 110001 101111

Color Harmonies of #B33E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E5E

Black with #B33E5E

Text Example


Text Example

White with #B33E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E5E; }

 p { color: rgb(179,62,94); }

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

background-color css

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

 a { background-color: rgb(179,62,94); }

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

border-color css

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

 span { border-color: rgb(179,62,94); }

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