Html Css Color HEX #AD3432 Medium Carmine

📋 copy color: '#AD3432'

red 173 ◦ green 52 ◦ blue 50

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

Shades of Medium Carmine #AD3432

Tints of Medium Carmine #AD3432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

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

R = 62.91%
G = 18.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD3432 (or 0xAD3432) is known color: Medium Carmine. HEX triplet: AD, 34 and 32. RGB value is (173,52,50). Sum of RGB (Red+Green+Blue) = 173+52+50=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3432 is #52CBCD. Grayscale: #585858. Windows color (decimal): -5426126 or 3290285. OLE color: 3290285.

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

Color convert

RGB 173 52 50 -
CMYK 0 0.70 0.71 0.32
HSL 0.98º 0.55% 0.44% -
HSV(B) 0.98º 0.71% 0.68% -
XYZ 19.04 11.57 4.25 -
YUV 87.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 173 52 50 0 0.70 0.71 0.32 0.98 0.55 0.44
Hex AD 34 32 0 46 47 20 1 37 2C
Octal 255 64 62 0 106 107 40 1 67 54
Binary 10101101 110100 110010 0 1000110 1000111 100000 1 110111 101100

Color Harmonies of #AD3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3432

Black with #AD3432

Text Example


Text Example

White with #AD3432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3432; }

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

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

background-color css

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

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

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

border-color css

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

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

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