Html Css Color HEX #B33260 Rouge

📋 copy color: '#B33260'

red 179 ◦ green 50 ◦ blue 96

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

Shades of Rouge #B33260

Tints of Rouge #B33260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

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

R = 55.08%
G = 15.38%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B33260 (or 0xB33260) is known color: Rouge. HEX triplet: B3, 32 and 60. RGB value is (179,50,96). Sum of RGB (Red+Green+Blue) = 179+50+96=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B33260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33260 is #4CCD9F. Grayscale: #5D5D5D. Windows color (decimal): -5033376 or 6304435. OLE color: 6304435.

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

Color convert

RGB 179 50 96 -
CMYK 0 0.72 0.46 0.30
HSL 338.6º 0.56% 0.45% -
HSV(B) 338.6º 0.72% 0.7% -
XYZ 21.84 12.71 12.37 -
YUV 93.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 179 50 96 0 0.72 0.46 0.30 338.6 0.56 0.45
Hex B3 32 60 0 48 2E 1E 153 38 2D
Octal 263 62 140 0 110 56 36 523 70 55
Binary 10110011 110010 1100000 0 1001000 101110 11110 101010011 111000 101101

Color Harmonies of #B33260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33260

Black with #B33260

Text Example


Text Example

White with #B33260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33260; }

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

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

background-color css

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

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

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

border-color css

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

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

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