Html Css Color HEX #AD382A Medium Carmine

📋 copy color: '#AD382A'

red 173 ◦ green 56 ◦ blue 42

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

Shades of Medium Carmine #AD382A

Tints of Medium Carmine #AD382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

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

R = 63.84%
G = 20.66%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD382A (or 0xAD382A) is known color: Medium Carmine. HEX triplet: AD, 38 and 2A. RGB value is (173,56,42). Sum of RGB (Red+Green+Blue) = 173+56+42=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD382A is #52C7D5. Grayscale: #595959. Windows color (decimal): -5425110 or 2767021. OLE color: 2767021.

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

Color convert

RGB 173 56 42 -
CMYK 0 0.68 0.76 0.32
HSL 6.41º 0.61% 0.42% -
HSV(B) 6.41º 0.76% 0.68% -
XYZ 19.07 11.88 3.48 -
YUV 89.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 173 56 42 0 0.68 0.76 0.32 6.41 0.61 0.42
Hex AD 38 2A 0 44 4C 20 6 3D 2A
Octal 255 70 52 0 104 114 40 6 75 52
Binary 10101101 111000 101010 0 1000100 1001100 100000 110 111101 101010

Color Harmonies of #AD382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD382A

Black with #AD382A

Text Example


Text Example

White with #AD382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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