Html Css Color HEX #AD3924 Medium Carmine

📋 copy color: '#AD3924'

red 173 ◦ green 57 ◦ blue 36

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

Shades of Medium Carmine #AD3924

Tints of Medium Carmine #AD3924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 65.04%
G = 21.43%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3924 (or 0xAD3924) is known color: Medium Carmine. HEX triplet: AD, 39 and 24. RGB value is (173,57,36). Sum of RGB (Red+Green+Blue) = 173+57+36=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3924 is #52C6DB. Grayscale: #595959. Windows color (decimal): -5424860 or 2374061. OLE color: 2374061.

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

Color convert

RGB 173 57 36 -
CMYK 0 0.67 0.79 0.32
HSL 9.2º 0.66% 0.41% -
HSV(B) 9.2º 0.79% 0.68% -
XYZ 19.02 11.94 2.97 -
YUV 89.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 173 57 36 0 0.67 0.79 0.32 9.2 0.66 0.41
Hex AD 39 24 0 43 4F 20 9 42 29
Octal 255 71 44 0 103 117 40 11 102 51
Binary 10101101 111001 100100 0 1000011 1001111 100000 1001 1000010 101001

Color Harmonies of #AD3924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3924

Black with #AD3924

Text Example


Text Example

White with #AD3924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3924; }

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

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

background-color css

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

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

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

border-color css

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

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

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