Html Css Color HEX #AD3926 Medium Carmine

📋 copy color: '#AD3926'

red 173 ◦ green 57 ◦ blue 38

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

Shades of Medium Carmine #AD3926

Tints of Medium Carmine #AD3926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

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

R = 64.55%
G = 21.27%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD3926 (or 0xAD3926) is known color: Medium Carmine. HEX triplet: AD, 39 and 26. RGB value is (173,57,38). Sum of RGB (Red+Green+Blue) = 173+57+38=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3926 is #52C6D9. Grayscale: #595959. Windows color (decimal): -5424858 or 2505133. OLE color: 2505133.

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

Color convert

RGB 173 57 38 -
CMYK 0 0.67 0.78 0.32
HSL 8.44º 0.64% 0.41% -
HSV(B) 8.44º 0.78% 0.68% -
XYZ 19.05 11.95 3.14 -
YUV 89.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 173 57 38 0 0.67 0.78 0.32 8.44 0.64 0.41
Hex AD 39 26 0 43 4E 20 8 40 29
Octal 255 71 46 0 103 116 40 10 100 51
Binary 10101101 111001 100110 0 1000011 1001110 100000 1000 1000000 101001

Color Harmonies of #AD3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3926

Black with #AD3926

Text Example


Text Example

White with #AD3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3926; }

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

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

background-color css

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

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

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

border-color css

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

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

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