Html Css Color HEX #AD4340 Medium Carmine

📋 copy color: '#AD4340'

red 173 ◦ green 67 ◦ blue 64

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

Shades of Medium Carmine #AD4340

Tints of Medium Carmine #AD4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 56.91%
G = 22.04%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD4340 (or 0xAD4340) is known color: Medium Carmine. HEX triplet: AD, 43 and 40. RGB value is (173,67,64). Sum of RGB (Red+Green+Blue) = 173+67+64=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4340 is #52BCBF. Grayscale: #626262. Windows color (decimal): -5422272 or 4211629. OLE color: 4211629.

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

Color convert

RGB 173 67 64 -
CMYK 0 0.61 0.63 0.32
HSL 1.65º 0.46% 0.46% -
HSV(B) 1.65º 0.63% 0.68% -
XYZ 20.17 13.27 6.35 -
YUV 98.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 173 67 64 0 0.61 0.63 0.32 1.65 0.46 0.46
Hex AD 43 40 0 3D 3F 20 2 2E 2E
Octal 255 103 100 0 75 77 40 2 56 56
Binary 10101101 1000011 1000000 0 111101 111111 100000 10 101110 101110

Color Harmonies of #AD4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4340

Black with #AD4340

Text Example


Text Example

White with #AD4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4340; }

 p { color: rgb(173,67,64); }

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

background-color css

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

 a { background-color: rgb(173,67,64); }

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

border-color css

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

 span { border-color: rgb(173,67,64); }

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