Html Css Color HEX #B33364 Rouge

📋 copy color: '#B33364'

red 179 ◦ green 51 ◦ blue 100

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

Shades of Rouge #B33364

Tints of Rouge #B33364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 54.24%
G = 15.45%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B33364 (or 0xB33364) is known color: Rouge. HEX triplet: B3, 33 and 64. RGB value is (179,51,100). Sum of RGB (Red+Green+Blue) = 179+51+100=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B33364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33364 is #4CCC9B. Grayscale: #5E5E5E. Windows color (decimal): -5033116 or 6566835. OLE color: 6566835.

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

Color convert

RGB 179 51 100 -
CMYK 0 0.72 0.44 0.30
HSL 337.03º 0.56% 0.45% -
HSV(B) 337.03º 0.72% 0.7% -
XYZ 22.07 12.87 13.38 -
YUV 94.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 179 51 100 0 0.72 0.44 0.30 337.03 0.56 0.45
Hex B3 33 64 0 48 2C 1E 151 38 2D
Octal 263 63 144 0 110 54 36 521 70 55
Binary 10110011 110011 1100100 0 1001000 101100 11110 101010001 111000 101101

Color Harmonies of #B33364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33364

Black with #B33364

Text Example


Text Example

White with #B33364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33364; }

 p { color: rgb(179,51,100); }

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

background-color css

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

 a { background-color: rgb(179,51,100); }

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

border-color css

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

 span { border-color: rgb(179,51,100); }

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