Html Css Color HEX #AD402C Medium Carmine

📋 copy color: '#AD402C'

red 173 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #AD402C

Tints of Medium Carmine #AD402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 61.57%
G = 22.78%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD402C (or 0xAD402C) is known color: Medium Carmine. HEX triplet: AD, 40 and 2C. RGB value is (173,64,44). Sum of RGB (Red+Green+Blue) = 173+64+44=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD402C is #52BFD3. Grayscale: #5E5E5E. Windows color (decimal): -5423060 or 2900141. OLE color: 2900141.

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

Color convert

RGB 173 64 44 -
CMYK 0 0.63 0.75 0.32
HSL 9.3º 0.59% 0.43% -
HSV(B) 9.3º 0.75% 0.68% -
XYZ 19.52 12.73 3.81 -
YUV 94.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 173 64 44 0 0.63 0.75 0.32 9.3 0.59 0.43
Hex AD 40 2C 0 3F 4B 20 9 3B 2B
Octal 255 100 54 0 77 113 40 11 73 53
Binary 10101101 1000000 101100 0 111111 1001011 100000 1001 111011 101011

Color Harmonies of #AD402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD402C

Black with #AD402C

Text Example


Text Example

White with #AD402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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