Html Css Color HEX #AD3A24 Medium Carmine

📋 copy color: '#AD3A24'

red 173 ◦ green 58 ◦ blue 36

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

Shades of Medium Carmine #AD3A24

Tints of Medium Carmine #AD3A24

RGB

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

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

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

R = 64.79%
G = 21.72%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3A24 (or 0xAD3A24) is known color: Medium Carmine. HEX triplet: AD, 3A and 24. RGB value is (173,58,36). Sum of RGB (Red+Green+Blue) = 173+58+36=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A24 is #52C5DB. Grayscale: #5A5A5A. Windows color (decimal): -5424604 or 2374317. OLE color: 2374317.

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

Color convert

RGB 173 58 36 -
CMYK 0 0.66 0.79 0.32
HSL 9.64º 0.66% 0.41% -
HSV(B) 9.64º 0.79% 0.68% -
XYZ 19.07 12.04 2.99 -
YUV 89.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 173 58 36 0 0.66 0.79 0.32 9.64 0.66 0.41
Hex AD 3A 24 0 42 4F 20 A 42 29
Octal 255 72 44 0 102 117 40 12 102 51
Binary 10101101 111010 100100 0 1000010 1001111 100000 1010 1000010 101001

Color Harmonies of #AD3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A24

Black with #AD3A24

Text Example


Text Example

White with #AD3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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