Html Css Color HEX #AD362D Medium Carmine

📋 copy color: '#AD362D'

red 173 ◦ green 54 ◦ blue 45

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

Shades of Medium Carmine #AD362D

Tints of Medium Carmine #AD362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

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

R = 63.6%
G = 19.85%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD362D (or 0xAD362D) is known color: Medium Carmine. HEX triplet: AD, 36 and 2D. RGB value is (173,54,45). Sum of RGB (Red+Green+Blue) = 173+54+45=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD362D is #52C9D2. Grayscale: #585858. Windows color (decimal): -5425619 or 2963117. OLE color: 2963117.

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

Color convert

RGB 173 54 45 -
CMYK 0 0.69 0.74 0.32
HSL 4.22º 0.59% 0.43% -
HSV(B) 4.22º 0.74% 0.68% -
XYZ 19.03 11.71 3.74 -
YUV 88.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 173 54 45 0 0.69 0.74 0.32 4.22 0.59 0.43
Hex AD 36 2D 0 45 4A 20 4 3B 2B
Octal 255 66 55 0 105 112 40 4 73 53
Binary 10101101 110110 101101 0 1000101 1001010 100000 100 111011 101011

Color Harmonies of #AD362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD362D

Black with #AD362D

Text Example


Text Example

White with #AD362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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