Html Css Color HEX #AD452E Medium Carmine

📋 copy color: '#AD452E'

red 173 ◦ green 69 ◦ blue 46

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

Shades of Medium Carmine #AD452E

Tints of Medium Carmine #AD452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

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

R = 60.07%
G = 23.96%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD452E (or 0xAD452E) is known color: Medium Carmine. HEX triplet: AD, 45 and 2E. RGB value is (173,69,46). Sum of RGB (Red+Green+Blue) = 173+69+46=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD452E is #52BAD1. Grayscale: #616161. Windows color (decimal): -5421778 or 3032493. OLE color: 3032493.

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

Color convert

RGB 173 69 46 -
CMYK 0 0.60 0.73 0.32
HSL 10.87º 0.58% 0.43% -
HSV(B) 10.87º 0.73% 0.68% -
XYZ 19.85 13.34 4.11 -
YUV 97.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 173 69 46 0 0.60 0.73 0.32 10.87 0.58 0.43
Hex AD 45 2E 0 3C 49 20 B 3A 2B
Octal 255 105 56 0 74 111 40 13 72 53
Binary 10101101 1000101 101110 0 111100 1001001 100000 1011 111010 101011

Color Harmonies of #AD452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD452E

Black with #AD452E

Text Example


Text Example

White with #AD452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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