Html Css Color HEX #AD3A21 Medium Carmine

📋 copy color: '#AD3A21'

red 173 ◦ green 58 ◦ blue 33

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

Shades of Medium Carmine #AD3A21

Tints of Medium Carmine #AD3A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

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

R = 65.53%
G = 21.97%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD3A21 (or 0xAD3A21) is known color: Medium Carmine. HEX triplet: AD, 3A and 21. RGB value is (173,58,33). Sum of RGB (Red+Green+Blue) = 173+58+33=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A21 is #52C5DE. Grayscale: #595959. Windows color (decimal): -5424607 or 2177709. OLE color: 2177709.

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

Color convert

RGB 173 58 33 -
CMYK 0 0.66 0.81 0.32
HSL 10.71º 0.68% 0.4% -
HSV(B) 10.71º 0.81% 0.68% -
XYZ 19.02 12.02 2.76 -
YUV 89.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 173 58 33 0 0.66 0.81 0.32 10.71 0.68 0.4
Hex AD 3A 21 0 42 51 20 B 44 28
Octal 255 72 41 0 102 121 40 13 104 50
Binary 10101101 111010 100001 0 1000010 1010001 100000 1011 1000100 101000

Color Harmonies of #AD3A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A21

Black with #AD3A21

Text Example


Text Example

White with #AD3A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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