Html Css Color HEX #B3395A Rouge

📋 copy color: '#B3395A'

red 179 ◦ green 57 ◦ blue 90

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

Shades of Rouge #B3395A

Tints of Rouge #B3395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 54.91%
G = 17.48%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3395A (or 0xB3395A) is known color: Rouge. HEX triplet: B3, 39 and 5A. RGB value is (179,57,90). Sum of RGB (Red+Green+Blue) = 179+57+90=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3395A is #4CC6A5. Grayscale: #616161. Windows color (decimal): -5031590 or 5913011. OLE color: 5913011.

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

Color convert

RGB 179 57 90 -
CMYK 0 0.68 0.50 0.30
HSL 343.77º 0.52% 0.46% -
HSV(B) 343.77º 0.68% 0.7% -
XYZ 21.9 13.25 11.08 -
YUV 97.24 123.92 186.32 -
System Red Green Blue C M Y K H S L
Decimal 179 57 90 0 0.68 0.50 0.30 343.77 0.52 0.46
Hex B3 39 5A 0 44 32 1E 158 34 2E
Octal 263 71 132 0 104 62 36 530 64 56
Binary 10110011 111001 1011010 0 1000100 110010 11110 101011000 110100 101110

Color Harmonies of #B3395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3395A

Black with #B3395A

Text Example


Text Example

White with #B3395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3395A; }

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

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

background-color css

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

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

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

border-color css

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

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

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