Html Css Color HEX #BA3A3C Mahogany

📋 copy color: '#BA3A3C'

red 186 ◦ green 58 ◦ blue 60

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

Shades of Mahogany #BA3A3C

Tints of Mahogany #BA3A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

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

R = 61.18%
G = 19.08%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA3A3C (or 0xBA3A3C) is known color: Mahogany. HEX triplet: BA, 3A and 3C. RGB value is (186,58,60). Sum of RGB (Red+Green+Blue) = 186+58+60=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A3C is #45C5C3. Grayscale: #606060. Windows color (decimal): -4572612 or 3947194. OLE color: 3947194.

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

Color convert

RGB 186 58 60 -
CMYK 0 0.69 0.68 0.27
HSL 359.06º 0.52% 0.48% -
HSV(B) 359.06º 0.69% 0.73% -
XYZ 22.58 13.79 5.75 -
YUV 96.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 186 58 60 0 0.69 0.68 0.27 359.06 0.52 0.48
Hex BA 3A 3C 0 45 44 1B 167 34 30
Octal 272 72 74 0 105 104 33 547 64 60
Binary 10111010 111010 111100 0 1000101 1000100 11011 101100111 110100 110000

Color Harmonies of #BA3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A3C

Black with #BA3A3C

Text Example


Text Example

White with #BA3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A3C; }

 p { color: rgb(186,58,60); }

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

background-color css

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

 a { background-color: rgb(186,58,60); }

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

border-color css

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

 span { border-color: rgb(186,58,60); }

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