#A30010

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

Shades of Carmine #A30010

Tints of Carmine #A30010

Color information

#A30010 (or 0xA30010) is unknown color: approx Carmine. HEX triplet: A3, 00 and 10. RGB value is (163,0,16). Sum of RGB (Red+Green+Blue) = 163+0+16=179 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.06% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 163 - color contains mainly: red. Hex color #A30010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30010 is #5CFFEF. Grayscale: #323232. Windows color (decimal): -6094832 or 1048739. OLE color: 1048739.

HSL color Cylindrical-coordinate representation of color #A30010: hue angle of 354.11º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30010 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB163016-
CMYK010.900.36
HSL354.11º100%31.96%-
HSV(B)354.11º100%63.92%-
XYZ15.27.821.2-
YUV50.56108.5208.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 91.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=91.06%
G=0%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163016010.900.36354.1110031.96
HexA30100645A241626420
Octal24302001441324454214440
Binary101000110100000110010010110101001001011000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30010; }

 p { color: rgb(163,0,16); }

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

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

 a { background-color: rgb(163,0,16); }

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

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

 span { border-color: rgb(163,0,16); }

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