#A30F1C

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

Shades of Carmine #A30F1C

Tints of Carmine #A30F1C

Color information

#A30F1C (or 0xA30F1C) is unknown color: approx Carmine. HEX triplet: A3, 0F and 1C. RGB value is (163,15,28). Sum of RGB (Red+Green+Blue) = 163+15+28=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F1C is #5CF0E3. Grayscale: #3C3C3C. Windows color (decimal): -6090980 or 1839011. OLE color: 1839011.

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

Color convert

RGB1631528-
CMYK00.910.830.36
HSL354.73º83.15%34.9%-
HSV(B)354.73º90.8%63.92%-
XYZ15.488.211.87-
YUV60.73109.53200.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.13%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=79.13%
G=7.28%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163152800.910.830.36354.7383.1534.9
HexA3F1C05B53241635323
Octal243173401331234454312343
Binary101000111111111000101101110100111001001011000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F1C; }

 p { color: rgb(163,15,28); }

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

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

 a { background-color: rgb(163,15,28); }

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

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

 span { border-color: rgb(163,15,28); }

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