Html Css Color HEX #AD442A Medium Carmine

📋 copy color: '#AD442A'

red 173 ◦ green 68 ◦ blue 42

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

Shades of Medium Carmine #AD442A

Tints of Medium Carmine #AD442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 61.13%
G = 24.03%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD442A (or 0xAD442A) is known color: Medium Carmine. HEX triplet: AD, 44 and 2A. RGB value is (173,68,42). Sum of RGB (Red+Green+Blue) = 173+68+42=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD442A is #52BBD5. Grayscale: #606060. Windows color (decimal): -5422038 or 2770093. OLE color: 2770093.

HSL color Cylindrical-coordinate representation of color #AD442A: hue angle of 11.91º 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 #AD442A is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 42 -
CMYK 0 0.61 0.76 0.32
HSL 11.91º 0.61% 0.42% -
HSV(B) 11.91º 0.76% 0.68% -
XYZ 19.72 13.19 3.7 -
YUV 96.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 173 68 42 0 0.61 0.76 0.32 11.91 0.61 0.42
Hex AD 44 2A 0 3D 4C 20 C 3D 2A
Octal 255 104 52 0 75 114 40 14 75 52
Binary 10101101 1000100 101010 0 111101 1001100 100000 1100 111101 101010

Color Harmonies of #AD442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD442A

Black with #AD442A

Text Example


Text Example

White with #AD442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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