Html Css Color HEX #BA3235 Mahogany

📋 copy color: '#BA3235'

red 186 ◦ green 50 ◦ blue 53

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

Shades of Mahogany #BA3235

Tints of Mahogany #BA3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 53 (21.09% from 255) = 18.34%

R = 64.36%
G = 17.3%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3235 (or 0xBA3235) is known color: Mahogany. HEX triplet: BA, 32 and 35. RGB value is (186,50,53). Sum of RGB (Red+Green+Blue) = 186+50+53=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3235 is #45CDCA. Grayscale: #5B5B5B. Windows color (decimal): -4574667 or 3486394. OLE color: 3486394.

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

Color convert

RGB 186 50 53 -
CMYK 0 0.73 0.72 0.27
HSL 358.68º 0.58% 0.46% -
HSV(B) 358.68º 0.73% 0.73% -
XYZ 22.03 12.98 4.71 -
YUV 91.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 186 50 53 0 0.73 0.72 0.27 358.68 0.58 0.46
Hex BA 32 35 0 49 48 1B 167 3A 2E
Octal 272 62 65 0 111 110 33 547 72 56
Binary 10111010 110010 110101 0 1001001 1001000 11011 101100111 111010 101110

Color Harmonies of #BA3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3235

Black with #BA3235

Text Example


Text Example

White with #BA3235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3235; }

 p { color: rgb(186,50,53); }

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

background-color css

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

 a { background-color: rgb(186,50,53); }

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

border-color css

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

 span { border-color: rgb(186,50,53); }

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