Html Css Color HEX #AD3E26 Medium Carmine

📋 copy color: '#AD3E26'

red 173 ◦ green 62 ◦ blue 38

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

Shades of Medium Carmine #AD3E26

Tints of Medium Carmine #AD3E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 63.37%
G = 22.71%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD3E26 (or 0xAD3E26) is known color: Medium Carmine. HEX triplet: AD, 3E and 26. RGB value is (173,62,38). Sum of RGB (Red+Green+Blue) = 173+62+38=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E26 is #52C1D9. Grayscale: #5C5C5C. Windows color (decimal): -5423578 or 2506413. OLE color: 2506413.

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

Color convert

RGB 173 62 38 -
CMYK 0 0.64 0.78 0.32
HSL 10.67º 0.64% 0.41% -
HSV(B) 10.67º 0.78% 0.68% -
XYZ 19.31 12.47 3.22 -
YUV 92.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 173 62 38 0 0.64 0.78 0.32 10.67 0.64 0.41
Hex AD 3E 26 0 40 4E 20 B 40 29
Octal 255 76 46 0 100 116 40 13 100 51
Binary 10101101 111110 100110 0 1000000 1001110 100000 1011 1000000 101001

Color Harmonies of #AD3E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E26

Black with #AD3E26

Text Example


Text Example

White with #AD3E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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