Html Css Color HEX #B3393C Mahogany

📋 copy color: '#B3393C'

red 179 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #B3393C

Tints of Mahogany #B3393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 60.47%
G = 19.26%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3393C (or 0xB3393C) is known color: Mahogany. HEX triplet: B3, 39 and 3C. RGB value is (179,57,60). Sum of RGB (Red+Green+Blue) = 179+57+60=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3393C is #4CC6C3. Grayscale: #5D5D5D. Windows color (decimal): -5031620 or 3946931. OLE color: 3946931.

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

Color convert

RGB 179 57 60 -
CMYK 0 0.68 0.66 0.30
HSL 358.52º 0.52% 0.46% -
HSV(B) 358.52º 0.68% 0.7% -
XYZ 20.87 12.84 5.65 -
YUV 93.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 179 57 60 0 0.68 0.66 0.30 358.52 0.52 0.46
Hex B3 39 3C 0 44 42 1E 167 34 2E
Octal 263 71 74 0 104 102 36 547 64 56
Binary 10110011 111001 111100 0 1000100 1000010 11110 101100111 110100 101110

Color Harmonies of #B3393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3393C

Black with #B3393C

Text Example


Text Example

White with #B3393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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