Html Css Color HEX #AD4239 Medium Carmine

📋 copy color: '#AD4239'

red 173 ◦ green 66 ◦ blue 57

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

Shades of Medium Carmine #AD4239

Tints of Medium Carmine #AD4239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 58.45%
G = 22.3%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD4239 (or 0xAD4239) is known color: Medium Carmine. HEX triplet: AD, 42 and 39. RGB value is (173,66,57). Sum of RGB (Red+Green+Blue) = 173+66+57=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4239 is #52BDC6. Grayscale: #616161. Windows color (decimal): -5422535 or 3752621. OLE color: 3752621.

HSL color Cylindrical-coordinate representation of color #AD4239: hue angle of 4.66º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4239 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 66 57 -
CMYK 0 0.62 0.67 0.32
HSL 4.66º 0.5% 0.45% -
HSV(B) 4.66º 0.67% 0.68% -
XYZ 19.92 13.08 5.34 -
YUV 96.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 173 66 57 0 0.62 0.67 0.32 4.66 0.5 0.45
Hex AD 42 39 0 3E 43 20 5 32 2D
Octal 255 102 71 0 76 103 40 5 62 55
Binary 10101101 1000010 111001 0 111110 1000011 100000 101 110010 101101

Color Harmonies of #AD4239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4239

Black with #AD4239

Text Example


Text Example

White with #AD4239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4239; }

 p { color: rgb(173,66,57); }

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

background-color css

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

 a { background-color: rgb(173,66,57); }

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

border-color css

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

 span { border-color: rgb(173,66,57); }

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