Html Css Color HEX #BA3338 Mahogany

📋 copy color: '#BA3338'

red 186 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #BA3338

Tints of Mahogany #BA3338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 63.48%
G = 17.41%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3338 (or 0xBA3338) is known color: Mahogany. HEX triplet: BA, 33 and 38. RGB value is (186,51,56). Sum of RGB (Red+Green+Blue) = 186+51+56=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3338 is #45CCC7. Grayscale: #5C5C5C. Windows color (decimal): -4574408 or 3683258. OLE color: 3683258.

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

Color convert

RGB 186 51 56 -
CMYK 0 0.73 0.70 0.27
HSL 357.78º 0.57% 0.46% -
HSV(B) 357.78º 0.73% 0.73% -
XYZ 22.15 13.09 5.1 -
YUV 91.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 186 51 56 0 0.73 0.70 0.27 357.78 0.57 0.46
Hex BA 33 38 0 49 46 1B 166 39 2E
Octal 272 63 70 0 111 106 33 546 71 56
Binary 10111010 110011 111000 0 1001001 1000110 11011 101100110 111001 101110

Color Harmonies of #BA3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3338

Black with #BA3338

Text Example


Text Example

White with #BA3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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