Html Css Color HEX #AD4028 Medium Carmine

📋 copy color: '#AD4028'

red 173 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #AD4028

Tints of Medium Carmine #AD4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 62.45%
G = 23.1%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD4028 (or 0xAD4028) is known color: Medium Carmine. HEX triplet: AD, 40 and 28. RGB value is (173,64,40). Sum of RGB (Red+Green+Blue) = 173+64+40=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4028 is #52BFD7. Grayscale: #5E5E5E. Windows color (decimal): -5423064 or 2637997. OLE color: 2637997.

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

Color convert

RGB 173 64 40 -
CMYK 0 0.63 0.77 0.32
HSL 10.83º 0.62% 0.42% -
HSV(B) 10.83º 0.77% 0.68% -
XYZ 19.45 12.7 3.43 -
YUV 93.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 173 64 40 0 0.63 0.77 0.32 10.83 0.62 0.42
Hex AD 40 28 0 3F 4D 20 B 3E 2A
Octal 255 100 50 0 77 115 40 13 76 52
Binary 10101101 1000000 101000 0 111111 1001101 100000 1011 111110 101010

Color Harmonies of #AD4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4028

Black with #AD4028

Text Example


Text Example

White with #AD4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4028; }

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

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

background-color css

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

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

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

border-color css

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

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

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