Html Css Color HEX #AD3628 Medium Carmine

📋 copy color: '#AD3628'

red 173 ◦ green 54 ◦ blue 40

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

Shades of Medium Carmine #AD3628

Tints of Medium Carmine #AD3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

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

R = 64.79%
G = 20.22%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3628 (or 0xAD3628) is known color: Medium Carmine. HEX triplet: AD, 36 and 28. RGB value is (173,54,40). Sum of RGB (Red+Green+Blue) = 173+54+40=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3628 is #52C9D7. Grayscale: #585858. Windows color (decimal): -5425624 or 2635437. OLE color: 2635437.

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

Color convert

RGB 173 54 40 -
CMYK 0 0.69 0.77 0.32
HSL 6.32º 0.62% 0.42% -
HSV(B) 6.32º 0.77% 0.68% -
XYZ 18.94 11.68 3.26 -
YUV 87.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 173 54 40 0 0.69 0.77 0.32 6.32 0.62 0.42
Hex AD 36 28 0 45 4D 20 6 3E 2A
Octal 255 66 50 0 105 115 40 6 76 52
Binary 10101101 110110 101000 0 1000101 1001101 100000 110 111110 101010

Color Harmonies of #AD3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3628

Black with #AD3628

Text Example


Text Example

White with #AD3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3628; }

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

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

background-color css

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

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

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

border-color css

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

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

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