#A00D25

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

Shades of Carmine #A00D25

Tints of Carmine #A00D25

Color information

#A00D25 (or 0xA00D25) is unknown color: approx Carmine. HEX triplet: A0, 0D and 25. RGB value is (160,13,37). Sum of RGB (Red+Green+Blue) = 160+13+37=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D25 is #5FF2DA. Grayscale: #3B3B3B. Windows color (decimal): -6288091 or 2428320. OLE color: 2428320.

HSL color Cylindrical-coordinate representation of color #A00D25: hue angle of 350.2º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D25 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB1601337-
CMYK00.920.770.37
HSL350.2º84.97%33.92%-
HSV(B)350.2º91.87%62.75%-
XYZ14.987.92.48-
YUV59.69115.2199.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.19%
GREEN value IS 13 (5.47% from 255) = 6.19%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=76.19%
G=6.19%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160133700.920.770.37350.284.9733.92
HexA0D2505C4D2515e5522
Octal240154501341154553612542
Binary1010000011011001010101110010011011001011010111101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00D25; }

 p { color: rgb(160,13,37); }

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

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

 a { background-color: rgb(160,13,37); }

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

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

 span { border-color: rgb(160,13,37); }

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