#AB0328

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

Shades of Carmine #AB0328

Tints of Carmine #AB0328

Color information

#AB0328 (or 0xAB0328) is unknown color: approx Carmine. HEX triplet: AB, 03 and 28. RGB value is (171,3,40). Sum of RGB (Red+Green+Blue) = 171+3+40=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0328 is #54FCD7. Grayscale: #393939. Windows color (decimal): -5569752 or 2622379. OLE color: 2622379.

HSL color Cylindrical-coordinate representation of color #AB0328: hue angle of 346.79º degrees, saturation: 0.97, 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 #AB0328 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB171340-
CMYK00.980.770.33
HSL346.79º96.55%34.12%-
HSV(B)346.79º98.25%67.06%-
XYZ17.218.882.81-
YUV57.45118.16208.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 79.91%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=79.91%
G=1.40%
B=18.69%

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
Decimal17134000.980.770.33346.7996.5534.12
HexAB3280624D2115b6122
Octal25335001421154153314142
Binary10101011111010000110001010011011000011010110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0328; }

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

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

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

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

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

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

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

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