Html Css Color HEX #B33365 Rouge

📋 copy color: '#B33365'

red 179 ◦ green 51 ◦ blue 101

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

Shades of Rouge #B33365

Tints of Rouge #B33365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 54.08%
G = 15.41%
B = 30.51%

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

#B33365 (or 0xB33365) is known color: Rouge. HEX triplet: B3, 33 and 65. RGB value is (179,51,101). Sum of RGB (Red+Green+Blue) = 179+51+101=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33365 is #4CCC9A. Grayscale: #5E5E5E. Windows color (decimal): -5033115 or 6632371. OLE color: 6632371.

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

Color convert

RGB 179 51 101 -
CMYK 0 0.72 0.44 0.30
HSL 336.56º 0.56% 0.45% -
HSV(B) 336.56º 0.72% 0.7% -
XYZ 22.12 12.89 13.63 -
YUV 94.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 179 51 101 0 0.72 0.44 0.30 336.56 0.56 0.45
Hex B3 33 65 0 48 2C 1E 151 38 2D
Octal 263 63 145 0 110 54 36 521 70 55
Binary 10110011 110011 1100101 0 1001000 101100 11110 101010001 111000 101101

Color Harmonies of #B33365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33365

Black with #B33365

Text Example


Text Example

White with #B33365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33365; }

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

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

background-color css

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

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

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

border-color css

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

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

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