Html Css Color HEX #BA2F36 Mahogany

📋 copy color: '#BA2F36'

red 186 ◦ green 47 ◦ blue 54

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

Shades of Mahogany #BA2F36

Tints of Mahogany #BA2F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 64.81%
G = 16.38%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA2F36 (or 0xBA2F36) is known color: Mahogany. HEX triplet: BA, 2F and 36. RGB value is (186,47,54). Sum of RGB (Red+Green+Blue) = 186+47+54=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F36 is #45D0C9. Grayscale: #595959. Windows color (decimal): -4575434 or 3551162. OLE color: 3551162.

HSL color Cylindrical-coordinate representation of color #BA2F36: hue angle of 356.98º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F36 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 54 -
CMYK 0 0.75 0.71 0.27
HSL 356.98º 0.6% 0.46% -
HSV(B) 356.98º 0.75% 0.73% -
XYZ 21.93 12.74 4.79 -
YUV 89.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 186 47 54 0 0.75 0.71 0.27 356.98 0.6 0.46
Hex BA 2F 36 0 4B 47 1B 165 3C 2E
Octal 272 57 66 0 113 107 33 545 74 56
Binary 10111010 101111 110110 0 1001011 1000111 11011 101100101 111100 101110

Color Harmonies of #BA2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F36

Black with #BA2F36

Text Example


Text Example

White with #BA2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F36; }

 p { color: rgb(186,47,54); }

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

background-color css

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

 a { background-color: rgb(186,47,54); }

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

border-color css

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

 span { border-color: rgb(186,47,54); }

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