#ad1021

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

Shades of Carmine #AD1021

Tints of Carmine #AD1021

Color information

#AD1021 (or 0xAD1021) is unknown color: approx Carmine. HEX triplet: AD, 10 and 21. RGB value is (173,16,33). Sum of RGB (Red+Green+Blue) = 173+16+33=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1021 is #52EFDE. Grayscale: #404040. Windows color (decimal): -5435359 or 2166957. OLE color: 2166957.

HSL color Cylindrical-coordinate representation of color #AD1021: hue angle of 353.5º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1021 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB1731633-
CMYK00.910.810.32
HSL353.5º83.07%37.06%-
HSV(B)353.5º90.75%67.84%-
XYZ17.699.362.31-
YUV64.88110.01205.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.93%
GREEN value IS 16 (6.64% from 255) = 7.21%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=77.93%
G=7.21%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173163300.910.810.32353.583.0737.06
HexAD102105B51201625325
Octal255204101331214054212345
Binary10101101100001000010101101110100011000001011000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1021; }

 p { color: rgb(173,16,33); }

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

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

 a { background-color: rgb(173,16,33); }

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

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

 span { border-color: rgb(173,16,33); }

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