Html Css Color HEX #AD3A28 Medium Carmine

📋 copy color: '#AD3A28'

red 173 ◦ green 58 ◦ blue 40

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

Shades of Medium Carmine #AD3A28

Tints of Medium Carmine #AD3A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

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

R = 63.84%
G = 21.4%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3A28 (or 0xAD3A28) is known color: Medium Carmine. HEX triplet: AD, 3A and 28. RGB value is (173,58,40). Sum of RGB (Red+Green+Blue) = 173+58+40=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A28 is #52C5D7. Grayscale: #5A5A5A. Windows color (decimal): -5424600 or 2636461. OLE color: 2636461.

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

Color convert

RGB 173 58 40 -
CMYK 0 0.66 0.77 0.32
HSL 8.12º 0.62% 0.42% -
HSV(B) 8.12º 0.77% 0.68% -
XYZ 19.13 12.06 3.33 -
YUV 90.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 173 58 40 0 0.66 0.77 0.32 8.12 0.62 0.42
Hex AD 3A 28 0 42 4D 20 8 3E 2A
Octal 255 72 50 0 102 115 40 10 76 52
Binary 10101101 111010 101000 0 1000010 1001101 100000 1000 111110 101010

Color Harmonies of #AD3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A28

Black with #AD3A28

Text Example


Text Example

White with #AD3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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