Html Css Color HEX #AD362B Medium Carmine

📋 copy color: '#AD362B'

red 173 ◦ green 54 ◦ blue 43

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

Shades of Medium Carmine #AD362B

Tints of Medium Carmine #AD362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 64.07%
G = 20%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD362B (or 0xAD362B) is known color: Medium Carmine. HEX triplet: AD, 36 and 2B. RGB value is (173,54,43). Sum of RGB (Red+Green+Blue) = 173+54+43=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD362B is #52C9D4. Grayscale: #585858. Windows color (decimal): -5425621 or 2832045. OLE color: 2832045.

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

Color convert

RGB 173 54 43 -
CMYK 0 0.69 0.75 0.32
HSL 5.08º 0.6% 0.42% -
HSV(B) 5.08º 0.75% 0.68% -
XYZ 18.99 11.7 3.54 -
YUV 88.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 173 54 43 0 0.69 0.75 0.32 5.08 0.6 0.42
Hex AD 36 2B 0 45 4B 20 5 3C 2A
Octal 255 66 53 0 105 113 40 5 74 52
Binary 10101101 110110 101011 0 1000101 1001011 100000 101 111100 101010

Color Harmonies of #AD362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD362B

Black with #AD362B

Text Example


Text Example

White with #AD362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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