Html Css Color HEX #AD3824 Medium Carmine

📋 copy color: '#AD3824'

red 173 ◦ green 56 ◦ blue 36

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

Shades of Medium Carmine #AD3824

Tints of Medium Carmine #AD3824

RGB

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

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

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

R = 65.28%
G = 21.13%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3824 (or 0xAD3824) is known color: Medium Carmine. HEX triplet: AD, 38 and 24. RGB value is (173,56,36). Sum of RGB (Red+Green+Blue) = 173+56+36=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3824 is #52C7DB. Grayscale: #585858. Windows color (decimal): -5425116 or 2373805. OLE color: 2373805.

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

Color convert

RGB 173 56 36 -
CMYK 0 0.68 0.79 0.32
HSL 8.76º 0.66% 0.41% -
HSV(B) 8.76º 0.79% 0.68% -
XYZ 18.97 11.84 2.95 -
YUV 88.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 173 56 36 0 0.68 0.79 0.32 8.76 0.66 0.41
Hex AD 38 24 0 44 4F 20 9 42 29
Octal 255 70 44 0 104 117 40 11 102 51
Binary 10101101 111000 100100 0 1000100 1001111 100000 1001 1000010 101001

Color Harmonies of #AD3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3824

Black with #AD3824

Text Example


Text Example

White with #AD3824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3824; }

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

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

background-color css

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

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

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

border-color css

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

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

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