Html Css Color HEX #AD4128 Medium Carmine

📋 copy color: '#AD4128'

red 173 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #AD4128

Tints of Medium Carmine #AD4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 62.23%
G = 23.38%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD4128 (or 0xAD4128) is known color: Medium Carmine. HEX triplet: AD, 41 and 28. RGB value is (173,65,40). Sum of RGB (Red+Green+Blue) = 173+65+40=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4128 is #52BED7. Grayscale: #5E5E5E. Windows color (decimal): -5422808 or 2638253. OLE color: 2638253.

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

Color convert

RGB 173 65 40 -
CMYK 0 0.62 0.77 0.32
HSL 11.28º 0.62% 0.42% -
HSV(B) 11.28º 0.77% 0.68% -
XYZ 19.51 12.82 3.45 -
YUV 94.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 173 65 40 0 0.62 0.77 0.32 11.28 0.62 0.42
Hex AD 41 28 0 3E 4D 20 B 3E 2A
Octal 255 101 50 0 76 115 40 13 76 52
Binary 10101101 1000001 101000 0 111110 1001101 100000 1011 111110 101010

Color Harmonies of #AD4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4128

Black with #AD4128

Text Example


Text Example

White with #AD4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4128; }

 p { color: rgb(173,65,40); }

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

background-color css

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

 a { background-color: rgb(173,65,40); }

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

border-color css

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

 span { border-color: rgb(173,65,40); }

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