#BA3D28

Color #BA3D28 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BA3D28

Tints of Medium Carmine #BA3D28

Color information

#BA3D28 (or 0xBA3D28) is unknown color: approx Medium Carmine. HEX triplet: BA, 3D and 28. RGB value is (186,61,40). Sum of RGB (Red+Green+Blue) = 186+61+40=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D28 is #45C2D7. Grayscale: #606060. Windows color (decimal): -4571864 or 2637242. OLE color: 2637242.

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

Color convert

RGB1866140-
CMYK00.670.780.27
HSL8.63º64.6%44.31%-
HSV(B)8.63º78.49%72.94%-
XYZ22.313.933.52-
YUV95.9896.41192.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=64.81%
G=21.25%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186614000.670.780.278.6364.644.31
HexBA3D280434E1B9412c
Octal27275500103116331110154
Binary101110101111011010000100001110011101101110011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D28; }

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

 H1.HeaderClassName
 {
   color: #BA3D28;
 }
 .AnyTagClassName
 {
   color: #BA3D28;
 }
</style>
background-color css

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

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

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

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

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

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