Html Css Color HEX #BA3436 Mahogany

📋 copy color: '#BA3436'

red 186 ◦ green 52 ◦ blue 54

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

Shades of Mahogany #BA3436

Tints of Mahogany #BA3436

RGB

 RED value IS 186 (73.05% from 255) = 63.7%

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 63.7%
G = 17.81%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA3436 (or 0xBA3436) is known color: Mahogany. HEX triplet: BA, 34 and 36. RGB value is (186,52,54). Sum of RGB (Red+Green+Blue) = 186+52+54=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3436 is #45CBC9. Grayscale: #5C5C5C. Windows color (decimal): -4574154 or 3552442. OLE color: 3552442.

HSL color Cylindrical-coordinate representation of color #BA3436: hue angle of 359.1º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3436 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 54 -
CMYK 0 0.72 0.71 0.27
HSL 359.1º 0.56% 0.47% -
HSV(B) 359.1º 0.72% 0.73% -
XYZ 22.14 13.16 4.86 -
YUV 92.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 186 52 54 0 0.72 0.71 0.27 359.1 0.56 0.47
Hex BA 34 36 0 48 47 1B 167 38 2F
Octal 272 64 66 0 110 107 33 547 70 57
Binary 10111010 110100 110110 0 1001000 1000111 11011 101100111 111000 101111

Color Harmonies of #BA3436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3436

Black with #BA3436

Text Example


Text Example

White with #BA3436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3436; }

 p { color: rgb(186,52,54); }

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

background-color css

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

 a { background-color: rgb(186,52,54); }

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

border-color css

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

 span { border-color: rgb(186,52,54); }

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