Html Css Color HEX #BA3828 Medium Carmine

📋 copy color: '#BA3828'

red 186 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #BA3828

Tints of Medium Carmine #BA3828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 65.96%
G = 19.86%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3828 (or 0xBA3828) is known color: Medium Carmine. HEX triplet: BA, 38 and 28. RGB value is (186,56,40). Sum of RGB (Red+Green+Blue) = 186+56+40=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3828 is #45C7D7. Grayscale: #5D5D5D. Windows color (decimal): -4573144 or 2635962. OLE color: 2635962.

HSL color Cylindrical-coordinate representation of color #BA3828: hue angle of 6.58º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3828 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 40 -
CMYK 0 0.70 0.78 0.27
HSL 6.58º 0.65% 0.44% -
HSV(B) 6.58º 0.78% 0.73% -
XYZ 22.05 13.42 3.44 -
YUV 93.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 186 56 40 0 0.70 0.78 0.27 6.58 0.65 0.44
Hex BA 38 28 0 46 4E 1B 7 41 2C
Octal 272 70 50 0 106 116 33 7 101 54
Binary 10111010 111000 101000 0 1000110 1001110 11011 111 1000001 101100

Color Harmonies of #BA3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3828

Black with #BA3828

Text Example


Text Example

White with #BA3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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