#BA402A

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

Shades of Medium Carmine #BA402A

Tints of Medium Carmine #BA402A

Color information

#BA402A (or 0xBA402A) is unknown color: approx Medium Carmine. HEX triplet: BA, 40 and 2A. RGB value is (186,64,42). Sum of RGB (Red+Green+Blue) = 186+64+42=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402A is #45BFD5. Grayscale: #626262. Windows color (decimal): -4571094 or 2769082. OLE color: 2769082.

HSL color Cylindrical-coordinate representation of color #BA402A: hue angle of 9.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA402A is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1866442-
CMYK00.660.770.27
HSL9.17º63.16%44.71%-
HSV(B)9.17º77.42%72.94%-
XYZ22.514.273.76-
YUV97.9796.42190.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=63.70%
G=21.92%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186644200.660.770.279.1763.1644.71
HexBA402A0424D1B93f2d
Octal27210052010211533117755
Binary101110101000000101010010000101001101110111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA402A; }

 p { color: rgb(186,64,42); }

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

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

 a { background-color: rgb(186,64,42); }

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

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

 span { border-color: rgb(186,64,42); }

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