Html Css Color HEX #B33560 Rouge

📋 copy color: '#B33560'

red 179 ◦ green 53 ◦ blue 96

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

Shades of Rouge #B33560

Tints of Rouge #B33560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 54.57%
G = 16.16%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B33560 (or 0xB33560) is known color: Rouge. HEX triplet: B3, 35 and 60. RGB value is (179,53,96). Sum of RGB (Red+Green+Blue) = 179+53+96=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B33560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33560 is #4CCA9F. Grayscale: #5F5F5F. Windows color (decimal): -5032608 or 6305203. OLE color: 6305203.

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

Color convert

RGB 179 53 96 -
CMYK 0 0.70 0.46 0.30
HSL 339.52º 0.54% 0.45% -
HSV(B) 339.52º 0.7% 0.7% -
XYZ 21.97 12.97 12.41 -
YUV 95.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 179 53 96 0 0.70 0.46 0.30 339.52 0.54 0.45
Hex B3 35 60 0 46 2E 1E 154 36 2D
Octal 263 65 140 0 106 56 36 524 66 55
Binary 10110011 110101 1100000 0 1000110 101110 11110 101010100 110110 101101

Color Harmonies of #B33560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33560

Black with #B33560

Text Example


Text Example

White with #B33560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33560; }

 p { color: rgb(179,53,96); }

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

background-color css

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

 a { background-color: rgb(179,53,96); }

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

border-color css

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

 span { border-color: rgb(179,53,96); }

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