#A8011F

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

Shades of Carmine #A8011F

Tints of Carmine #A8011F

Color information

#A8011F (or 0xA8011F) is unknown color: approx Carmine. HEX triplet: A8, 01 and 1F. RGB value is (168,1,31). Sum of RGB (Red+Green+Blue) = 168+1+31=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A8011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8011F is #57FEE0. Grayscale: #363636. Windows color (decimal): -5766881 or 2032040. OLE color: 2032040.

HSL color Cylindrical-coordinate representation of color #A8011F: hue angle of 349.22º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8011F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB168131-
CMYK00.990.820.34
HSL349.22º98.82%33.14%-
HSV(B)349.22º99.4%65.88%-
XYZ16.418.452.06-
YUV54.35114.83209.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=84%
G=0.5%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813100.990.820.34349.2298.8233.14
HexA811F063522215d6321
Octal25013701431224253514341
Binary101010001111110110001110100101000101010111011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8011F; }

 p { color: rgb(168,1,31); }

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

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

 a { background-color: rgb(168,1,31); }

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

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

 span { border-color: rgb(168,1,31); }

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