Html Css Color HEX #AD3A31 Medium Carmine

📋 copy color: '#AD3A31'

red 173 ◦ green 58 ◦ blue 49

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

Shades of Medium Carmine #AD3A31

Tints of Medium Carmine #AD3A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 61.79%
G = 20.71%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3A31 (or 0xAD3A31) is known color: Medium Carmine. HEX triplet: AD, 3A and 31. RGB value is (173,58,49). Sum of RGB (Red+Green+Blue) = 173+58+49=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A31 is #52C5CE. Grayscale: #5B5B5B. Windows color (decimal): -5424591 or 3226285. OLE color: 3226285.

HSL color Cylindrical-coordinate representation of color #AD3A31: hue angle of 4.35º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3A31 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 58 49 -
CMYK 0 0.66 0.72 0.32
HSL 4.35º 0.56% 0.44% -
HSV(B) 4.35º 0.72% 0.68% -
XYZ 19.3 12.13 4.23 -
YUV 91.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 173 58 49 0 0.66 0.72 0.32 4.35 0.56 0.44
Hex AD 3A 31 0 42 48 20 4 38 2C
Octal 255 72 61 0 102 110 40 4 70 54
Binary 10101101 111010 110001 0 1000010 1001000 100000 100 111000 101100

Color Harmonies of #AD3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A31

Black with #AD3A31

Text Example


Text Example

White with #AD3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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