Html Css Color HEX #B33B5B Rouge

📋 copy color: '#B33B5B'

red 179 ◦ green 59 ◦ blue 91

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

Shades of Rouge #B33B5B

Tints of Rouge #B33B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 54.41%
G = 17.93%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B33B5B (or 0xB33B5B) is known color: Rouge. HEX triplet: B3, 3B and 5B. RGB value is (179,59,91). Sum of RGB (Red+Green+Blue) = 179+59+91=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B5B is #4CC4A4. Grayscale: #626262. Windows color (decimal): -5031077 or 5979059. OLE color: 5979059.

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

Color convert

RGB 179 59 91 -
CMYK 0 0.67 0.49 0.30
HSL 344º 0.5% 0.47% -
HSV(B) 344º 0.67% 0.7% -
XYZ 22.04 13.47 11.34 -
YUV 98.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 179 59 91 0 0.67 0.49 0.30 344 0.5 0.47
Hex B3 3B 5B 0 43 31 1E 158 32 2F
Octal 263 73 133 0 103 61 36 530 62 57
Binary 10110011 111011 1011011 0 1000011 110001 11110 101011000 110010 101111

Color Harmonies of #B33B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B5B

Black with #B33B5B

Text Example


Text Example

White with #B33B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B5B; }

 p { color: rgb(179,59,91); }

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

background-color css

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

 a { background-color: rgb(179,59,91); }

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

border-color css

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

 span { border-color: rgb(179,59,91); }

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