Html Css Color HEX #B3395D Rouge

📋 copy color: '#B3395D'

red 179 ◦ green 57 ◦ blue 93

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

Shades of Rouge #B3395D

Tints of Rouge #B3395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 54.41%
G = 17.33%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3395D (or 0xB3395D) is known color: Rouge. HEX triplet: B3, 39 and 5D. RGB value is (179,57,93). Sum of RGB (Red+Green+Blue) = 179+57+93=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3395D is #4CC6A2. Grayscale: #616161. Windows color (decimal): -5031587 or 6109619. OLE color: 6109619.

HSL color Cylindrical-coordinate representation of color #B3395D: hue angle of 342.3º degrees, saturation: 0.52, 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 #B3395D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 93 -
CMYK 0 0.68 0.48 0.30
HSL 342.3º 0.52% 0.46% -
HSV(B) 342.3º 0.68% 0.7% -
XYZ 22.03 13.3 11.76 -
YUV 97.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 179 57 93 0 0.68 0.48 0.30 342.3 0.52 0.46
Hex B3 39 5D 0 44 30 1E 156 34 2E
Octal 263 71 135 0 104 60 36 526 64 56
Binary 10110011 111001 1011101 0 1000100 110000 11110 101010110 110100 101110

Color Harmonies of #B3395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3395D

Black with #B3395D

Text Example


Text Example

White with #B3395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3395D; }

 p { color: rgb(179,57,93); }

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

background-color css

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

 a { background-color: rgb(179,57,93); }

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

border-color css

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

 span { border-color: rgb(179,57,93); }

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