#AD0C22

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

Shades of Carmine #AD0C22

Tints of Carmine #AD0C22

Color information

#AD0C22 (or 0xAD0C22) is unknown color: approx Carmine. HEX triplet: AD, 0C and 22. RGB value is (173,12,34). Sum of RGB (Red+Green+Blue) = 173+12+34=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C22 is #52F3DD. Grayscale: #3E3E3E. Windows color (decimal): -5436382 or 2231469. OLE color: 2231469.

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

Color convert

RGB1731234-
CMYK00.930.800.32
HSL351.8º87.03%36.27%-
HSV(B)351.8º93.06%67.84%-
XYZ17.659.262.37-
YUV62.65111.84206.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.00%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=79.00%
G=5.48%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173123400.930.800.32351.887.0336.27
HexADC2205D50201605724
Octal255144201351204054012744
Binary1010110111001000100101110110100001000001011000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0C22; }

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

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

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

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

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

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

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

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