Html Css Color HEX #AD3E28 Medium Carmine

📋 copy color: '#AD3E28'

red 173 ◦ green 62 ◦ blue 40

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

Shades of Medium Carmine #AD3E28

Tints of Medium Carmine #AD3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.55%

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

R = 62.91%
G = 22.55%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3E28 (or 0xAD3E28) is known color: Medium Carmine. HEX triplet: AD, 3E and 28. RGB value is (173,62,40). Sum of RGB (Red+Green+Blue) = 173+62+40=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E28 is #52C1D7. Grayscale: #5C5C5C. Windows color (decimal): -5423576 or 2637485. OLE color: 2637485.

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

Color convert

RGB 173 62 40 -
CMYK 0 0.64 0.77 0.32
HSL 9.92º 0.62% 0.42% -
HSV(B) 9.92º 0.77% 0.68% -
XYZ 19.34 12.48 3.4 -
YUV 92.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 173 62 40 0 0.64 0.77 0.32 9.92 0.62 0.42
Hex AD 3E 28 0 40 4D 20 A 3E 2A
Octal 255 76 50 0 100 115 40 12 76 52
Binary 10101101 111110 101000 0 1000000 1001101 100000 1010 111110 101010

Color Harmonies of #AD3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E28

Black with #AD3E28

Text Example


Text Example

White with #AD3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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