#A30810

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

Shades of Carmine #A30810

Tints of Carmine #A30810

Color information

#A30810 (or 0xA30810) is unknown color: approx Carmine. HEX triplet: A3, 08 and 10. RGB value is (163,8,16). Sum of RGB (Red+Green+Blue) = 163+8+16=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A30810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30810 is #5CF7EF. Grayscale: #373737. Windows color (decimal): -6092784 or 1050787. OLE color: 1050787.

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

Color convert

RGB163816-
CMYK00.950.900.36
HSL356.9º90.64%33.53%-
HSV(B)356.9º95.09%63.92%-
XYZ15.2881.23-
YUV55.26105.85204.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 87.17%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=87.17%
G=4.28%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16381600.950.900.36356.990.6433.53
HexA381005F5A241655b22
Octal243102001371324454513342
Binary101000111000100000101111110110101001001011001011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30810; }

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

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

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

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

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

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

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

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