Html Css Color HEX #BA383A Mahogany

📋 copy color: '#BA383A'

red 186 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #BA383A

Tints of Mahogany #BA383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 62%
G = 18.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA383A (or 0xBA383A) is known color: Mahogany. HEX triplet: BA, 38 and 3A. RGB value is (186,56,58). Sum of RGB (Red+Green+Blue) = 186+56+58=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA383A is #45C7C5. Grayscale: #5F5F5F. Windows color (decimal): -4573126 or 3815610. OLE color: 3815610.

HSL color Cylindrical-coordinate representation of color #BA383A: hue angle of 359.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA383A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 58 -
CMYK 0 0.70 0.69 0.27
HSL 359.08º 0.54% 0.47% -
HSV(B) 359.08º 0.7% 0.73% -
XYZ 22.43 13.57 5.44 -
YUV 95.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 186 56 58 0 0.70 0.69 0.27 359.08 0.54 0.47
Hex BA 38 3A 0 46 45 1B 167 36 2F
Octal 272 70 72 0 106 105 33 547 66 57
Binary 10111010 111000 111010 0 1000110 1000101 11011 101100111 110110 101111

Color Harmonies of #BA383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA383A

Black with #BA383A

Text Example


Text Example

White with #BA383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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