#BA4228

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

Shades of Medium Carmine #BA4228

Tints of Medium Carmine #BA4228

Color information

#BA4228 (or 0xBA4228) is unknown color: approx Medium Carmine. HEX triplet: BA, 42 and 28. RGB value is (186,66,40). Sum of RGB (Red+Green+Blue) = 186+66+40=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4228 is #45BDD7. Grayscale: #636363. Windows color (decimal): -4570584 or 2638522. OLE color: 2638522.

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

Color convert

RGB1866640-
CMYK00.650.780.27
HSL10.68º64.6%44.31%-
HSV(B)10.68º78.49%72.94%-
XYZ22.5814.493.61-
YUV98.9294.76190.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=63.70%
G=22.60%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186664000.650.780.2710.6864.644.31
HexBA42280414E1Bb412c
Octal272102500101116331310154
Binary1011101010000101010000100000110011101101110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4228; }

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

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

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

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

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

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

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

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