#A30D12

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

Shades of Carmine #A30D12

Tints of Carmine #A30D12

Color information

#A30D12 (or 0xA30D12) is unknown color: approx Carmine. HEX triplet: A3, 0D and 12. RGB value is (163,13,18). Sum of RGB (Red+Green+Blue) = 163+13+18=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D12 is #5CF2ED. Grayscale: #3A3A3A. Windows color (decimal): -6091502 or 1183139. OLE color: 1183139.

HSL color Cylindrical-coordinate representation of color #A30D12: hue angle of 358º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D12 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1631318-
CMYK00.920.890.36
HSL358º85.23%34.51%-
HSV(B)358º92.02%63.92%-
XYZ15.368.121.33-
YUV58.42105.2202.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.02%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=84.02%
G=6.70%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163131800.920.890.3635885.2334.51
HexA3D1205C59241665523
Octal243152201341314454612543
Binary101000111101100100101110010110011001001011001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30D12; }

 p { color: rgb(163,13,18); }

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

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

 a { background-color: rgb(163,13,18); }

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

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

 span { border-color: rgb(163,13,18); }

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