#BA432D

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

Shades of Medium Carmine #BA432D

Tints of Medium Carmine #BA432D

Color information

#BA432D (or 0xBA432D) is unknown color: approx Medium Carmine. HEX triplet: BA, 43 and 2D. RGB value is (186,67,45). Sum of RGB (Red+Green+Blue) = 186+67+45=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA432D is #45BCD2. Grayscale: #646464. Windows color (decimal): -4570323 or 2966458. OLE color: 2966458.

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

Color convert

RGB1866745-
CMYK00.640.760.27
HSL9.36º61.04%45.29%-
HSV(B)9.36º75.81%72.94%-
XYZ22.7314.644.11-
YUV100.0796.92189.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=62.42%
G=22.48%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186674500.640.760.279.3661.0445.29
HexBA432D0404C1B93d2d
Octal27210355010011433117555
Binary101110101000011101101010000001001100110111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA432D; }

 p { color: rgb(186,67,45); }

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

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

 a { background-color: rgb(186,67,45); }

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

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

 span { border-color: rgb(186,67,45); }

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