#A3181C

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

Shades of Carmine #A3181C

Tints of Carmine #A3181C

Color information

#A3181C (or 0xA3181C) is unknown color: approx Carmine. HEX triplet: A3, 18 and 1C. RGB value is (163,24,28). Sum of RGB (Red+Green+Blue) = 163+24+28=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A3181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3181C is #5CE7E3. Grayscale: #424242. Windows color (decimal): -6088676 or 1841315. OLE color: 1841315.

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

Color convert

RGB1632428-
CMYK00.850.830.36
HSL358.27º74.33%36.67%-
HSV(B)358.27º85.28%63.92%-
XYZ15.648.521.92-
YUV66.02106.55197.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.81%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=75.81%
G=11.16%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163242800.850.830.36358.2774.3336.67
HexA3181C05553241664a25
Octal243303401251234454611245
Binary1010001111000111000101010110100111001001011001101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3181C; }

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

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

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

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

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

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

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

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