Html Css Color HEX #AD3A2A Medium Carmine

📋 copy color: '#AD3A2A'

red 173 ◦ green 58 ◦ blue 42

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

Shades of Medium Carmine #AD3A2A

Tints of Medium Carmine #AD3A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 63.37%
G = 21.25%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD3A2A (or 0xAD3A2A) is known color: Medium Carmine. HEX triplet: AD, 3A and 2A. RGB value is (173,58,42). Sum of RGB (Red+Green+Blue) = 173+58+42=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A2A is #52C5D5. Grayscale: #5A5A5A. Windows color (decimal): -5424598 or 2767533. OLE color: 2767533.

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

Color convert

RGB 173 58 42 -
CMYK 0 0.66 0.76 0.32
HSL 7.33º 0.61% 0.42% -
HSV(B) 7.33º 0.76% 0.68% -
XYZ 19.16 12.08 3.51 -
YUV 90.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 173 58 42 0 0.66 0.76 0.32 7.33 0.61 0.42
Hex AD 3A 2A 0 42 4C 20 7 3D 2A
Octal 255 72 52 0 102 114 40 7 75 52
Binary 10101101 111010 101010 0 1000010 1001100 100000 111 111101 101010

Color Harmonies of #AD3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A2A

Black with #AD3A2A

Text Example


Text Example

White with #AD3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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