Html Css Color HEX #AD3F25 Medium Carmine

📋 copy color: '#AD3F25'

red 173 ◦ green 63 ◦ blue 37

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

Shades of Medium Carmine #AD3F25

Tints of Medium Carmine #AD3F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 63.37%
G = 23.08%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3F25 (or 0xAD3F25) is known color: Medium Carmine. HEX triplet: AD, 3F and 25. RGB value is (173,63,37). Sum of RGB (Red+Green+Blue) = 173+63+37=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F25 is #52C0DA. Grayscale: #5D5D5D. Windows color (decimal): -5423323 or 2441133. OLE color: 2441133.

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

Color convert

RGB 173 63 37 -
CMYK 0 0.64 0.79 0.32
HSL 11.47º 0.65% 0.41% -
HSV(B) 11.47º 0.79% 0.68% -
XYZ 19.35 12.57 3.16 -
YUV 92.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 173 63 37 0 0.64 0.79 0.32 11.47 0.65 0.41
Hex AD 3F 25 0 40 4F 20 B 41 29
Octal 255 77 45 0 100 117 40 13 101 51
Binary 10101101 111111 100101 0 1000000 1001111 100000 1011 1000001 101001

Color Harmonies of #AD3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F25

Black with #AD3F25

Text Example


Text Example

White with #AD3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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