Html Css Color HEX #AD422A Medium Carmine

📋 copy color: '#AD422A'

red 173 ◦ green 66 ◦ blue 42

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

Shades of Medium Carmine #AD422A

Tints of Medium Carmine #AD422A

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.8% from 255) = 14.95%

R = 61.57%
G = 23.49%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD422A (or 0xAD422A) is known color: 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

RGB 173 66 42 -
CMYK 0 0.62 0.76 0.32
HSL 10.99º 0.61% 0.42% -
HSV(B) 10.99º 0.76% 0.68% -
XYZ 19.6 12.95 3.66 -
YUV 95.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 173 66 42 0 0.62 0.76 0.32 10.99 0.61 0.42
Hex AD 42 2A 0 3E 4C 20 B 3D 2A
Octal 255 102 52 0 76 114 40 13 75 52
Binary 10101101 1000010 101010 0 111110 1001100 100000 1011 111101 101010

Color Harmonies of #AD422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD422A

Black with #AD422A

Text Example


Text Example

White with #AD422A

Text Example


Text Example

HTML Codes & Css Web 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>