Html Css Color HEX #BA3339 Mahogany

📋 copy color: '#BA3339'

red 186 ◦ green 51 ◦ blue 57

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

Shades of Mahogany #BA3339

Tints of Mahogany #BA3339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 63.27%
G = 17.35%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA3339 (or 0xBA3339) is known color: Mahogany. HEX triplet: BA, 33 and 39. RGB value is (186,51,57). Sum of RGB (Red+Green+Blue) = 186+51+57=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3339 is #45CCC6. Grayscale: #5C5C5C. Windows color (decimal): -4574407 or 3748794. OLE color: 3748794.

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

Color convert

RGB 186 51 57 -
CMYK 0 0.73 0.69 0.27
HSL 357.33º 0.57% 0.46% -
HSV(B) 357.33º 0.73% 0.73% -
XYZ 22.17 13.1 5.23 -
YUV 92.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 186 51 57 0 0.73 0.69 0.27 357.33 0.57 0.46
Hex BA 33 39 0 49 45 1B 165 39 2E
Octal 272 63 71 0 111 105 33 545 71 56
Binary 10111010 110011 111001 0 1001001 1000101 11011 101100101 111001 101110

Color Harmonies of #BA3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3339

Black with #BA3339

Text Example


Text Example

White with #BA3339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3339; }

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

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

background-color css

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

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

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

border-color css

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

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

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