Html Css Color HEX #AD422C Medium Carmine

📋 copy color: '#AD422C'

red 173 ◦ green 66 ◦ blue 44

#AD422C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AD422C

Tints of Medium Carmine #AD422C

RGB

 RED value IS 173 (67.97% from 255) = 61.13%

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 61.13%
G = 23.32%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD422C (or 0xAD422C) is known color: Medium Carmine. HEX triplet: AD, 42 and 2C. RGB value is (173,66,44). Sum of RGB (Red+Green+Blue) = 173+66+44=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD422C is #52BDD3. Grayscale: #5F5F5F. Windows color (decimal): -5422548 or 2900653. OLE color: 2900653.

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

Color convert

RGB 173 66 44 -
CMYK 0 0.62 0.75 0.32
HSL 10.23º 0.59% 0.43% -
HSV(B) 10.23º 0.75% 0.68% -
XYZ 19.64 12.96 3.85 -
YUV 95.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 173 66 44 0 0.62 0.75 0.32 10.23 0.59 0.43
Hex AD 42 2C 0 3E 4B 20 A 3B 2B
Octal 255 102 54 0 76 113 40 12 73 53
Binary 10101101 1000010 101100 0 111110 1001011 100000 1010 111011 101011

Color Harmonies of #AD422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD422C

Black with #AD422C

Text Example


Text Example

White with #AD422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD422C; }

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

 H1.HeaderClassName
 {
   color: #AD422C;
 }
 .AnyTagClassName
 {
   color: #AD422C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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