#AB0428

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

Shades of Carmine #AB0428

Tints of Carmine #AB0428

Color information

#AB0428 (or 0xAB0428) is unknown color: approx Carmine. HEX triplet: AB, 04 and 28. RGB value is (171,4,40). Sum of RGB (Red+Green+Blue) = 171+4+40=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0428 is #54FBD7. Grayscale: #3A3A3A. Windows color (decimal): -5569496 or 2622635. OLE color: 2622635.

HSL color Cylindrical-coordinate representation of color #AB0428: hue angle of 347.07º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0428 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB171440-
CMYK00.980.770.33
HSL347.07º95.43%34.31%-
HSV(B)347.07º97.66%67.06%-
XYZ17.228.92.82-
YUV58.04117.83208.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 79.53%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=79.53%
G=1.86%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17144000.980.770.33347.0795.4334.31
HexAB4280624D2115b5f22
Octal25345001421154153313742
Binary101010111001010000110001010011011000011010110111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0428; }

 p { color: rgb(171,4,40); }

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

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

 a { background-color: rgb(171,4,40); }

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

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

 span { border-color: rgb(171,4,40); }

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