Html Css Color HEX #BA3335 Mahogany

📋 copy color: '#BA3335'

red 186 ◦ green 51 ◦ blue 53

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

Shades of Mahogany #BA3335

Tints of Mahogany #BA3335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 64.14%
G = 17.59%
B = 18.28%

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

#BA3335 (or 0xBA3335) is known color: Mahogany. HEX triplet: BA, 33 and 35. RGB value is (186,51,53). Sum of RGB (Red+Green+Blue) = 186+51+53=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3335 is #45CCCA. Grayscale: #5B5B5B. Windows color (decimal): -4574411 or 3486650. OLE color: 3486650.

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

Color convert

RGB 186 51 53 -
CMYK 0 0.73 0.72 0.27
HSL 359.11º 0.57% 0.46% -
HSV(B) 359.11º 0.73% 0.73% -
XYZ 22.08 13.06 4.73 -
YUV 91.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 186 51 53 0 0.73 0.72 0.27 359.11 0.57 0.46
Hex BA 33 35 0 49 48 1B 167 39 2E
Octal 272 63 65 0 111 110 33 547 71 56
Binary 10111010 110011 110101 0 1001001 1001000 11011 101100111 111001 101110

Color Harmonies of #BA3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3335

Black with #BA3335

Text Example


Text Example

White with #BA3335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3335; }

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

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

background-color css

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

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

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

border-color css

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

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

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