Html Css Color HEX #B33366 Rouge

📋 copy color: '#B33366'

red 179 ◦ green 51 ◦ blue 102

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

Shades of Rouge #B33366

Tints of Rouge #B33366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 53.92%
G = 15.36%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B33366 (or 0xB33366) is known color: Rouge. HEX triplet: B3, 33 and 66. RGB value is (179,51,102). Sum of RGB (Red+Green+Blue) = 179+51+102=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33366 is #4CCC99. Grayscale: #5F5F5F. Windows color (decimal): -5033114 or 6697907. OLE color: 6697907.

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

Color convert

RGB 179 51 102 -
CMYK 0 0.72 0.43 0.30
HSL 336.09º 0.56% 0.45% -
HSV(B) 336.09º 0.72% 0.7% -
XYZ 22.17 12.91 13.89 -
YUV 95.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 179 51 102 0 0.72 0.43 0.30 336.09 0.56 0.45
Hex B3 33 66 0 48 2B 1E 150 38 2D
Octal 263 63 146 0 110 53 36 520 70 55
Binary 10110011 110011 1100110 0 1001000 101011 11110 101010000 111000 101101

Color Harmonies of #B33366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33366

Black with #B33366

Text Example


Text Example

White with #B33366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33366; }

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

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

background-color css

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

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

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

border-color css

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

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

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