Html Css Color HEX #B6393A Mahogany

📋 copy color: '#B6393A'

red 182 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #B6393A

Tints of Mahogany #B6393A

RGB

 RED value IS 182 (71.48% from 255) = 61.28%

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 61.28%
G = 19.19%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6393A (or 0xB6393A) is known color: Mahogany. HEX triplet: B6, 39 and 3A. RGB value is (182,57,58). Sum of RGB (Red+Green+Blue) = 182+57+58=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6393A is #49C6C5. Grayscale: #5E5E5E. Windows color (decimal): -4835014 or 3815862. OLE color: 3815862.

HSL color Cylindrical-coordinate representation of color #B6393A: hue angle of 359.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6393A is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 58 -
CMYK 0 0.69 0.68 0.29
HSL 359.52º 0.52% 0.47% -
HSV(B) 359.52º 0.69% 0.71% -
XYZ 21.52 13.18 5.41 -
YUV 94.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 182 57 58 0 0.69 0.68 0.29 359.52 0.52 0.47
Hex B6 39 3A 0 45 44 1D 168 34 2F
Octal 266 71 72 0 105 104 35 550 64 57
Binary 10110110 111001 111010 0 1000101 1000100 11101 101101000 110100 101111

Color Harmonies of #B6393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6393A

Black with #B6393A

Text Example


Text Example

White with #B6393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6393A; }

 p { color: rgb(182,57,58); }

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

background-color css

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

 a { background-color: rgb(182,57,58); }

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

border-color css

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

 span { border-color: rgb(182,57,58); }

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