Html Css Color HEX #AD3821 Medium Carmine

📋 copy color: '#AD3821'

red 173 ◦ green 56 ◦ blue 33

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

Shades of Medium Carmine #AD3821

Tints of Medium Carmine #AD3821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 66.03%
G = 21.37%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD3821 (or 0xAD3821) is known color: Medium Carmine. HEX triplet: AD, 38 and 21. RGB value is (173,56,33). Sum of RGB (Red+Green+Blue) = 173+56+33=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3821 is #52C7DE. Grayscale: #585858. Windows color (decimal): -5425119 or 2177197. OLE color: 2177197.

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

Color convert

RGB 173 56 33 -
CMYK 0 0.68 0.81 0.32
HSL 9.86º 0.68% 0.4% -
HSV(B) 9.86º 0.81% 0.68% -
XYZ 18.92 11.82 2.72 -
YUV 88.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 173 56 33 0 0.68 0.81 0.32 9.86 0.68 0.4
Hex AD 38 21 0 44 51 20 A 44 28
Octal 255 70 41 0 104 121 40 12 104 50
Binary 10101101 111000 100001 0 1000100 1010001 100000 1010 1000100 101000

Color Harmonies of #AD3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3821

Black with #AD3821

Text Example


Text Example

White with #AD3821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3821; }

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

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

background-color css

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

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

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

border-color css

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

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

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