#AD0322

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

Shades of Carmine #AD0322

Tints of Carmine #AD0322

Color information

#AD0322 (or 0xAD0322) is unknown color: approx Carmine. HEX triplet: AD, 03 and 22. RGB value is (173,3,34). Sum of RGB (Red+Green+Blue) = 173+3+34=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0322 is #52FCDD. Grayscale: #393939. Windows color (decimal): -5438686 or 2229165. OLE color: 2229165.

HSL color Cylindrical-coordinate representation of color #AD0322: hue angle of 349.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0322 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB173334-
CMYK00.980.800.32
HSL349.06º96.59%34.51%-
HSV(B)349.06º98.27%67.84%-
XYZ17.559.062.34-
YUV57.36114.82210.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 82.38%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=82.38%
G=1.43%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17333400.980.800.32349.0696.5934.51
HexAD322062502015d6123
Octal25534201421204053514143
Binary10101101111000100110001010100001000001010111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0322; }

 p { color: rgb(173,3,34); }

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

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

 a { background-color: rgb(173,3,34); }

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

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

 span { border-color: rgb(173,3,34); }

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