Html Css Color HEX #B33E5D Rouge

📋 copy color: '#B33E5D'

red 179 ◦ green 62 ◦ blue 93

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

Shades of Rouge #B33E5D

Tints of Rouge #B33E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 53.59%
G = 18.56%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B33E5D (or 0xB33E5D) is known color: Rouge. HEX triplet: B3, 3E and 5D. RGB value is (179,62,93). Sum of RGB (Red+Green+Blue) = 179+62+93=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E5D is #4CC1A2. Grayscale: #646464. Windows color (decimal): -5030307 or 6110899. OLE color: 6110899.

HSL color Cylindrical-coordinate representation of color #B33E5D: hue angle of 344.1º 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 #B33E5D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 62 93 -
CMYK 0 0.65 0.48 0.30
HSL 344.1º 0.49% 0.47% -
HSV(B) 344.1º 0.65% 0.7% -
XYZ 22.29 13.82 11.85 -
YUV 100.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 179 62 93 0 0.65 0.48 0.30 344.1 0.49 0.47
Hex B3 3E 5D 0 41 30 1E 158 31 2F
Octal 263 76 135 0 101 60 36 530 61 57
Binary 10110011 111110 1011101 0 1000001 110000 11110 101011000 110001 101111

Color Harmonies of #B33E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E5D

Black with #B33E5D

Text Example


Text Example

White with #B33E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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