#AB0A25

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

Shades of Carmine #AB0A25

Tints of Carmine #AB0A25

Color information

#AB0A25 (or 0xAB0A25) is unknown color: approx Carmine. HEX triplet: AB, 0A and 25. RGB value is (171,10,37). Sum of RGB (Red+Green+Blue) = 171+10+37=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A25 is #54F5DA. Grayscale: #3D3D3D. Windows color (decimal): -5567963 or 2427563. OLE color: 2427563.

HSL color Cylindrical-coordinate representation of color #AB0A25: hue angle of 349.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A25 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1711037-
CMYK00.940.780.33
HSL349.94º88.95%35.49%-
HSV(B)349.94º94.15%67.06%-
XYZ17.249.012.58-
YUV61.22114.34206.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.44%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=78.44%
G=4.59%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171103700.940.780.33349.9488.9535.49
HexABA2505E4E2115e5923
Octal253124501361164153613143
Binary1010101110101001010101111010011101000011010111101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A25; }

 p { color: rgb(171,10,37); }

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

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

 a { background-color: rgb(171,10,37); }

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

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

 span { border-color: rgb(171,10,37); }

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