Html Css Color HEX #BA3033 Mahogany

📋 copy color: '#BA3033'

red 186 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #BA3033

Tints of Mahogany #BA3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 65.26%
G = 16.84%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3033 (or 0xBA3033) is known color: Mahogany. HEX triplet: BA, 30 and 33. RGB value is (186,48,51). Sum of RGB (Red+Green+Blue) = 186+48+51=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3033 is #45CFCC. Grayscale: #595959. Windows color (decimal): -4575181 or 3354810. OLE color: 3354810.

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

Color convert

RGB 186 48 51 -
CMYK 0 0.74 0.73 0.27
HSL 358.7º 0.59% 0.46% -
HSV(B) 358.7º 0.74% 0.73% -
XYZ 21.9 12.79 4.45 -
YUV 89.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 186 48 51 0 0.74 0.73 0.27 358.7 0.59 0.46
Hex BA 30 33 0 4A 49 1B 167 3B 2E
Octal 272 60 63 0 112 111 33 547 73 56
Binary 10111010 110000 110011 0 1001010 1001001 11011 101100111 111011 101110

Color Harmonies of #BA3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3033

Black with #BA3033

Text Example


Text Example

White with #BA3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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