Html Css Color HEX #AD3A27 Medium Carmine

📋 copy color: '#AD3A27'

red 173 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #AD3A27

Tints of Medium Carmine #AD3A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.44%

R = 64.07%
G = 21.48%
B = 14.44%

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

#AD3A27 (or 0xAD3A27) is known color: Medium Carmine. HEX triplet: AD, 3A and 27. RGB value is (173,58,39). Sum of RGB (Red+Green+Blue) = 173+58+39=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A27 is #52C5D8. Grayscale: #5A5A5A. Windows color (decimal): -5424601 or 2570925. OLE color: 2570925.

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

Color convert

RGB 173 58 39 -
CMYK 0 0.66 0.77 0.32
HSL 8.51º 0.63% 0.42% -
HSV(B) 8.51º 0.77% 0.68% -
XYZ 19.11 12.06 3.24 -
YUV 90.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 173 58 39 0 0.66 0.77 0.32 8.51 0.63 0.42
Hex AD 3A 27 0 42 4D 20 9 3F 2A
Octal 255 72 47 0 102 115 40 11 77 52
Binary 10101101 111010 100111 0 1000010 1001101 100000 1001 111111 101010

Color Harmonies of #AD3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A27

Black with #AD3A27

Text Example


Text Example

White with #AD3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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