Html Css Color HEX #AD3F28 Medium Carmine

📋 copy color: '#AD3F28'

red 173 ◦ green 63 ◦ blue 40

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

Shades of Medium Carmine #AD3F28

Tints of Medium Carmine #AD3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 22.83%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 62.68%
G = 22.83%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3F28 (or 0xAD3F28) is known color: Medium Carmine. HEX triplet: AD, 3F and 28. RGB value is (173,63,40). Sum of RGB (Red+Green+Blue) = 173+63+40=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F28 is #52C0D7. Grayscale: #5D5D5D. Windows color (decimal): -5423320 or 2637741. OLE color: 2637741.

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

Color convert

RGB 173 63 40 -
CMYK 0 0.64 0.77 0.32
HSL 10.38º 0.62% 0.42% -
HSV(B) 10.38º 0.77% 0.68% -
XYZ 19.39 12.59 3.42 -
YUV 93.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 173 63 40 0 0.64 0.77 0.32 10.38 0.62 0.42
Hex AD 3F 28 0 40 4D 20 A 3E 2A
Octal 255 77 50 0 100 115 40 12 76 52
Binary 10101101 111111 101000 0 1000000 1001101 100000 1010 111110 101010

Color Harmonies of #AD3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F28

Black with #AD3F28

Text Example


Text Example

White with #AD3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F28; }

 p { color: rgb(173,63,40); }

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

background-color css

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

 a { background-color: rgb(173,63,40); }

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

border-color css

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

 span { border-color: rgb(173,63,40); }

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