#A30812

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

Shades of Carmine #A30812

Tints of Carmine #A30812

Color information

#A30812 (or 0xA30812) is unknown color: approx Carmine. HEX triplet: A3, 08 and 12. RGB value is (163,8,18). Sum of RGB (Red+Green+Blue) = 163+8+18=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A30812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30812 is #5CF7ED. Grayscale: #373737. Windows color (decimal): -6092782 or 1181859. OLE color: 1181859.

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

Color convert

RGB163818-
CMYK00.950.890.36
HSL356.13º90.64%33.53%-
HSV(B)356.13º95.09%63.92%-
XYZ15.381.31-
YUV55.48106.85204.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.24%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=86.24%
G=4.23%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16381800.950.890.36356.1390.6433.53
HexA381205F59241645b22
Octal243102201371314454413342
Binary101000111000100100101111110110011001001011001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30812; }

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

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

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

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

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

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

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

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