Html Css Color HEX #B33A5E Rouge

📋 copy color: '#B33A5E'

red 179 ◦ green 58 ◦ blue 94

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

Shades of Rouge #B33A5E

Tints of Rouge #B33A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 54.08%
G = 17.52%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B33A5E (or 0xB33A5E) is known color: Rouge. HEX triplet: B3, 3A and 5E. RGB value is (179,58,94). Sum of RGB (Red+Green+Blue) = 179+58+94=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A5E is #4CC5A1. Grayscale: #626262. Windows color (decimal): -5031330 or 6175411. OLE color: 6175411.

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

Color convert

RGB 179 58 94 -
CMYK 0 0.68 0.47 0.30
HSL 342.15º 0.51% 0.46% -
HSV(B) 342.15º 0.68% 0.7% -
XYZ 22.12 13.42 12.01 -
YUV 98.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 179 58 94 0 0.68 0.47 0.30 342.15 0.51 0.46
Hex B3 3A 5E 0 44 2F 1E 156 33 2E
Octal 263 72 136 0 104 57 36 526 63 56
Binary 10110011 111010 1011110 0 1000100 101111 11110 101010110 110011 101110

Color Harmonies of #B33A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A5E

Black with #B33A5E

Text Example


Text Example

White with #B33A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A5E; }

 p { color: rgb(179,58,94); }

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

background-color css

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

 a { background-color: rgb(179,58,94); }

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

border-color css

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

 span { border-color: rgb(179,58,94); }

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