#AD422A

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

Shades of Medium Carmine #AD422A

Tints of Medium Carmine #AD422A

Color information

#AD422A (or 0xAD422A) is unknown color: approx Medium Carmine. HEX triplet: AD, 42 and 2A. RGB value is (173,66,42). Sum of RGB (Red+Green+Blue) = 173+66+42=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD422A is #52BDD5. Grayscale: #5F5F5F. Windows color (decimal): -5422550 or 2769581. OLE color: 2769581.

HSL color Cylindrical-coordinate representation of color #AD422A: hue angle of 10.99º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD422A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1736642-
CMYK00.620.760.32
HSL10.99º60.93%42.16%-
HSV(B)10.99º75.72%67.84%-
XYZ19.612.953.66-
YUV95.2697.95183.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=61.57%
G=23.49%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173664200.620.760.3210.9960.9342.16
HexAD422A03E4C20b3d2a
Octal2551025207611440137552
Binary101011011000010101010011111010011001000001011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD422A; }

 p { color: rgb(173,66,42); }

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

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

 a { background-color: rgb(173,66,42); }

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

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

 span { border-color: rgb(173,66,42); }

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