Html Css Color HEX #AD3A2E Medium Carmine

📋 copy color: '#AD3A2E'

red 173 ◦ green 58 ◦ blue 46

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

Shades of Medium Carmine #AD3A2E

Tints of Medium Carmine #AD3A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 62.45%
G = 20.94%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD3A2E (or 0xAD3A2E) is known color: Medium Carmine. HEX triplet: AD, 3A and 2E. RGB value is (173,58,46). Sum of RGB (Red+Green+Blue) = 173+58+46=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A2E is #52C5D1. Grayscale: #5B5B5B. Windows color (decimal): -5424594 or 3029677. OLE color: 3029677.

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

Color convert

RGB 173 58 46 -
CMYK 0 0.66 0.73 0.32
HSL 5.67º 0.58% 0.43% -
HSV(B) 5.67º 0.73% 0.68% -
XYZ 19.24 12.11 3.91 -
YUV 91.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 173 58 46 0 0.66 0.73 0.32 5.67 0.58 0.43
Hex AD 3A 2E 0 42 49 20 6 3A 2B
Octal 255 72 56 0 102 111 40 6 72 53
Binary 10101101 111010 101110 0 1000010 1001001 100000 110 111010 101011

Color Harmonies of #AD3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A2E

Black with #AD3A2E

Text Example


Text Example

White with #AD3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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