Html Css Color HEX #AD362A Medium Carmine

📋 copy color: '#AD362A'

red 173 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #AD362A

Tints of Medium Carmine #AD362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 64.31%
G = 20.07%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD362A (or 0xAD362A) is known color: Medium Carmine. HEX triplet: AD, 36 and 2A. RGB value is (173,54,42). Sum of RGB (Red+Green+Blue) = 173+54+42=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD362A is #52C9D5. Grayscale: #585858. Windows color (decimal): -5425622 or 2766509. OLE color: 2766509.

HSL color Cylindrical-coordinate representation of color #AD362A: hue angle of 5.5º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD362A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 42 -
CMYK 0 0.69 0.76 0.32
HSL 5.5º 0.61% 0.42% -
HSV(B) 5.5º 0.76% 0.68% -
XYZ 18.97 11.69 3.45 -
YUV 88.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 173 54 42 0 0.69 0.76 0.32 5.5 0.61 0.42
Hex AD 36 2A 0 45 4C 20 5 3D 2A
Octal 255 66 52 0 105 114 40 5 75 52
Binary 10101101 110110 101010 0 1000101 1001100 100000 101 111101 101010

Color Harmonies of #AD362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD362A

Black with #AD362A

Text Example


Text Example

White with #AD362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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