Html Css Color HEX #AD3832 Medium Carmine

📋 copy color: '#AD3832'

red 173 ◦ green 56 ◦ blue 50

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

Shades of Medium Carmine #AD3832

Tints of Medium Carmine #AD3832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 62.01%
G = 20.07%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD3832 (or 0xAD3832) is known color: Medium Carmine. HEX triplet: AD, 38 and 32. RGB value is (173,56,50). Sum of RGB (Red+Green+Blue) = 173+56+50=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3832 is #52C7CD. Grayscale: #5A5A5A. Windows color (decimal): -5425102 or 3291309. OLE color: 3291309.

HSL color Cylindrical-coordinate representation of color #AD3832: hue angle of 2.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3832 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 50 -
CMYK 0 0.68 0.71 0.32
HSL 2.93º 0.55% 0.44% -
HSV(B) 2.93º 0.71% 0.68% -
XYZ 19.22 11.94 4.31 -
YUV 90.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 173 56 50 0 0.68 0.71 0.32 2.93 0.55 0.44
Hex AD 38 32 0 44 47 20 3 37 2C
Octal 255 70 62 0 104 107 40 3 67 54
Binary 10101101 111000 110010 0 1000100 1000111 100000 11 110111 101100

Color Harmonies of #AD3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3832

Black with #AD3832

Text Example


Text Example

White with #AD3832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3832; }

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

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

background-color css

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

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

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

border-color css

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

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

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