Html Css Color HEX #AD3921 Medium Carmine

📋 copy color: '#AD3921'

red 173 ◦ green 57 ◦ blue 33

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

Shades of Medium Carmine #AD3921

Tints of Medium Carmine #AD3921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 65.78%
G = 21.67%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD3921 (or 0xAD3921) is known color: Medium Carmine. HEX triplet: AD, 39 and 21. RGB value is (173,57,33). Sum of RGB (Red+Green+Blue) = 173+57+33=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3921 is #52C6DE. Grayscale: #595959. Windows color (decimal): -5424863 or 2177453. OLE color: 2177453.

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

Color convert

RGB 173 57 33 -
CMYK 0 0.67 0.81 0.32
HSL 10.29º 0.68% 0.4% -
HSV(B) 10.29º 0.81% 0.68% -
XYZ 18.97 11.92 2.74 -
YUV 88.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 173 57 33 0 0.67 0.81 0.32 10.29 0.68 0.4
Hex AD 39 21 0 43 51 20 A 44 28
Octal 255 71 41 0 103 121 40 12 104 50
Binary 10101101 111001 100001 0 1000011 1010001 100000 1010 1000100 101000

Color Harmonies of #AD3921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3921

Black with #AD3921

Text Example


Text Example

White with #AD3921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3921; }

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

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

background-color css

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

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

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

border-color css

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

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

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