#A30D14

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

Shades of Carmine #A30D14

Tints of Carmine #A30D14

Color information

#A30D14 (or 0xA30D14) is unknown color: approx Carmine. HEX triplet: A3, 0D and 14. RGB value is (163,13,20). Sum of RGB (Red+Green+Blue) = 163+13+20=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D14 is #5CF2EB. Grayscale: #3A3A3A. Windows color (decimal): -6091500 or 1314211. OLE color: 1314211.

HSL color Cylindrical-coordinate representation of color #A30D14: hue angle of 357.2º 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 #A30D14 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB1631320-
CMYK00.920.880.36
HSL357.2º85.23%34.51%-
HSV(B)357.2º92.02%63.92%-
XYZ15.378.121.42-
YUV58.65106.2202.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.16%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=83.16%
G=6.63%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163132000.920.880.36357.285.2334.51
HexA3D1405C58241655523
Octal243152401341304454512543
Binary101000111101101000101110010110001001001011001011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30D14; }

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

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

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

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

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

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

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

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