Html Css Color HEX #BA3334 Mahogany

📋 copy color: '#BA3334'

red 186 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #BA3334

Tints of Mahogany #BA3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 64.36%
G = 17.65%
B = 17.99%

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

#BA3334 (or 0xBA3334) is known color: Mahogany. HEX triplet: BA, 33 and 34. RGB value is (186,51,52). Sum of RGB (Red+Green+Blue) = 186+51+52=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3334 is #45CCCB. Grayscale: #5B5B5B. Windows color (decimal): -4574412 or 3421114. OLE color: 3421114.

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

Color convert

RGB 186 51 52 -
CMYK 0 0.73 0.72 0.27
HSL 359.56º 0.57% 0.46% -
HSV(B) 359.56º 0.73% 0.73% -
XYZ 22.05 13.05 4.61 -
YUV 91.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 186 51 52 0 0.73 0.72 0.27 359.56 0.57 0.46
Hex BA 33 34 0 49 48 1B 168 39 2E
Octal 272 63 64 0 111 110 33 550 71 56
Binary 10111010 110011 110100 0 1001001 1001000 11011 101101000 111001 101110

Color Harmonies of #BA3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3334

Black with #BA3334

Text Example


Text Example

White with #BA3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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