#A31425

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

Shades of Carmine #A31425

Tints of Carmine #A31425

Color information

#A31425 (or 0xA31425) is unknown color: approx Carmine. HEX triplet: A3, 14 and 25. RGB value is (163,20,37). Sum of RGB (Red+Green+Blue) = 163+20+37=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A31425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31425 is #5CEBDA. Grayscale: #404040. Windows color (decimal): -6089691 or 2430115. OLE color: 2430115.

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

Color convert

RGB1632037-
CMYK00.880.770.36
HSL352.87º78.14%35.88%-
HSV(B)352.87º87.73%63.92%-
XYZ15.698.422.55-
YUV64.69112.38198.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.09%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=74.09%
G=9.09%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163203700.880.770.36352.8778.1435.88
HexA314250584D241614e24
Octal243244501301154454111644
Binary10100011101001001010101100010011011001001011000011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31425; }

 p { color: rgb(163,20,37); }

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

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

 a { background-color: rgb(163,20,37); }

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

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

 span { border-color: rgb(163,20,37); }

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