Html Css Color HEX #AD3D26 Medium Carmine

📋 copy color: '#AD3D26'

red 173 ◦ green 61 ◦ blue 38

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

Shades of Medium Carmine #AD3D26

Tints of Medium Carmine #AD3D26

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 63.6%
G = 22.43%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD3D26 (or 0xAD3D26) is known color: Medium Carmine. HEX triplet: AD, 3D and 26. RGB value is (173,61,38). Sum of RGB (Red+Green+Blue) = 173+61+38=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D26 is #52C2D9. Grayscale: #5C5C5C. Windows color (decimal): -5423834 or 2506157. OLE color: 2506157.

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

Color convert

RGB 173 61 38 -
CMYK 0 0.65 0.78 0.32
HSL 10.22º 0.64% 0.41% -
HSV(B) 10.22º 0.78% 0.68% -
XYZ 19.25 12.36 3.21 -
YUV 91.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 173 61 38 0 0.65 0.78 0.32 10.22 0.64 0.41
Hex AD 3D 26 0 41 4E 20 A 40 29
Octal 255 75 46 0 101 116 40 12 100 51
Binary 10101101 111101 100110 0 1000001 1001110 100000 1010 1000000 101001

Color Harmonies of #AD3D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D26

Black with #AD3D26

Text Example


Text Example

White with #AD3D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D26; }

 p { color: rgb(173,61,38); }

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

background-color css

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

 a { background-color: rgb(173,61,38); }

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

border-color css

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

 span { border-color: rgb(173,61,38); }

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