Html Css Color HEX #BA3437 Mahogany

📋 copy color: '#BA3437'

red 186 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #BA3437

Tints of Mahogany #BA3437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 63.48%
G = 17.75%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3437 (or 0xBA3437) is known color: Mahogany. HEX triplet: BA, 34 and 37. RGB value is (186,52,55). Sum of RGB (Red+Green+Blue) = 186+52+55=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3437 is #45CBC8. Grayscale: #5C5C5C. Windows color (decimal): -4574153 or 3617978. OLE color: 3617978.

HSL color Cylindrical-coordinate representation of color #BA3437: hue angle of 358.66º 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 #BA3437 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 55 -
CMYK 0 0.72 0.70 0.27
HSL 358.66º 0.56% 0.47% -
HSV(B) 358.66º 0.72% 0.73% -
XYZ 22.17 13.17 4.99 -
YUV 92.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 186 52 55 0 0.72 0.70 0.27 358.66 0.56 0.47
Hex BA 34 37 0 48 46 1B 167 38 2F
Octal 272 64 67 0 110 106 33 547 70 57
Binary 10111010 110100 110111 0 1001000 1000110 11011 101100111 111000 101111

Color Harmonies of #BA3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3437

Black with #BA3437

Text Example


Text Example

White with #BA3437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3437; }

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

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

background-color css

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

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

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

border-color css

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

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

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