#A5031A

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

Shades of Carmine #A5031A

Tints of Carmine #A5031A

Color information

#A5031A (or 0xA5031A) is unknown color: approx Carmine. HEX triplet: A5, 03 and 1A. RGB value is (165,3,26). Sum of RGB (Red+Green+Blue) = 165+3+26=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A5031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5031A is #5AFCE5. Grayscale: #363636. Windows color (decimal): -5962982 or 1704869. OLE color: 1704869.

HSL color Cylindrical-coordinate representation of color #A5031A: hue angle of 351.48º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5031A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB165326-
CMYK00.980.840.35
HSL351.48º96.43%32.94%-
HSV(B)351.48º98.18%64.71%-
XYZ15.748.141.72-
YUV54.06112.17207.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.05%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=85.05%
G=1.55%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16532600.980.840.35351.4896.4332.94
HexA531A062542315f6021
Octal24533201421244353714041
Binary1010010111110100110001010101001000111010111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5031A; }

 p { color: rgb(165,3,26); }

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

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

 a { background-color: rgb(165,3,26); }

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

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

 span { border-color: rgb(165,3,26); }

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