Html Css Color HEX #B33760 Rouge

📋 copy color: '#B33760'

red 179 ◦ green 55 ◦ blue 96

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

Shades of Rouge #B33760

Tints of Rouge #B33760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 54.24%
G = 16.67%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B33760 (or 0xB33760) is known color: Rouge. HEX triplet: B3, 37 and 60. RGB value is (179,55,96). Sum of RGB (Red+Green+Blue) = 179+55+96=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B33760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33760 is #4CC89F. Grayscale: #606060. Windows color (decimal): -5032096 or 6305715. OLE color: 6305715.

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

Color convert

RGB 179 55 96 -
CMYK 0 0.69 0.46 0.30
HSL 340.16º 0.53% 0.46% -
HSV(B) 340.16º 0.69% 0.7% -
XYZ 22.07 13.16 12.44 -
YUV 96.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 179 55 96 0 0.69 0.46 0.30 340.16 0.53 0.46
Hex B3 37 60 0 45 2E 1E 154 35 2E
Octal 263 67 140 0 105 56 36 524 65 56
Binary 10110011 110111 1100000 0 1000101 101110 11110 101010100 110101 101110

Color Harmonies of #B33760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33760

Black with #B33760

Text Example


Text Example

White with #B33760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33760; }

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

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

background-color css

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

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

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

border-color css

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

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

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