Html Css Color HEX #B33C63 Rouge

📋 copy color: '#B33C63'

red 179 ◦ green 60 ◦ blue 99

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

Shades of Rouge #B33C63

Tints of Rouge #B33C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 52.96%
G = 17.75%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B33C63 (or 0xB33C63) is known color: Rouge. HEX triplet: B3, 3C and 63. RGB value is (179,60,99). Sum of RGB (Red+Green+Blue) = 179+60+99=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C63 is #4CC39C. Grayscale: #636363. Windows color (decimal): -5030813 or 6503603. OLE color: 6503603.

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

Color convert

RGB 179 60 99 -
CMYK 0 0.66 0.45 0.30
HSL 340.34º 0.5% 0.47% -
HSV(B) 340.34º 0.66% 0.7% -
XYZ 22.46 13.72 13.27 -
YUV 100.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 179 60 99 0 0.66 0.45 0.30 340.34 0.5 0.47
Hex B3 3C 63 0 42 2D 1E 154 32 2F
Octal 263 74 143 0 102 55 36 524 62 57
Binary 10110011 111100 1100011 0 1000010 101101 11110 101010100 110010 101111

Color Harmonies of #B33C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C63

Black with #B33C63

Text Example


Text Example

White with #B33C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C63; }

 p { color: rgb(179,60,99); }

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

background-color css

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

 a { background-color: rgb(179,60,99); }

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

border-color css

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

 span { border-color: rgb(179,60,99); }

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