Html Css Color HEX #AD3F2D Medium Carmine

📋 copy color: '#AD3F2D'

red 173 ◦ green 63 ◦ blue 45

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

Shades of Medium Carmine #AD3F2D

Tints of Medium Carmine #AD3F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 61.57%
G = 22.42%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD3F2D (or 0xAD3F2D) is known color: Medium Carmine. HEX triplet: AD, 3F and 2D. RGB value is (173,63,45). Sum of RGB (Red+Green+Blue) = 173+63+45=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F2D is #52C0D2. Grayscale: #5E5E5E. Windows color (decimal): -5423315 or 2965421. OLE color: 2965421.

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

Color convert

RGB 173 63 45 -
CMYK 0 0.64 0.74 0.32
HSL 8.44º 0.59% 0.43% -
HSV(B) 8.44º 0.74% 0.68% -
XYZ 19.48 12.63 3.89 -
YUV 93.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 173 63 45 0 0.64 0.74 0.32 8.44 0.59 0.43
Hex AD 3F 2D 0 40 4A 20 8 3B 2B
Octal 255 77 55 0 100 112 40 10 73 53
Binary 10101101 111111 101101 0 1000000 1001010 100000 1000 111011 101011

Color Harmonies of #AD3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F2D

Black with #AD3F2D

Text Example


Text Example

White with #AD3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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