#A8031F

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

Shades of Carmine #A8031F

Tints of Carmine #A8031F

Color information

#A8031F (or 0xA8031F) is unknown color: approx Carmine. HEX triplet: A8, 03 and 1F. RGB value is (168,3,31). Sum of RGB (Red+Green+Blue) = 168+3+31=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A8031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8031F is #57FCE0. Grayscale: #373737. Windows color (decimal): -5766369 or 2032552. OLE color: 2032552.

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

Color convert

RGB168331-
CMYK00.980.820.34
HSL349.82º96.49%33.53%-
HSV(B)349.82º98.21%65.88%-
XYZ16.438.492.07-
YUV55.53114.16208.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 83.17%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=83.17%
G=1.49%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16833100.980.820.34349.8296.4933.53
HexA831F062522215e6022
Octal25033701421224253614042
Binary1010100011111110110001010100101000101010111101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8031F; }

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

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

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

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

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

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

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

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