Html Css Color HEX #AD3834 Medium Carmine

📋 copy color: '#AD3834'

red 173 ◦ green 56 ◦ blue 52

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

Shades of Medium Carmine #AD3834

Tints of Medium Carmine #AD3834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 61.57%
G = 19.93%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD3834 (or 0xAD3834) is known color: Medium Carmine. HEX triplet: AD, 38 and 34. RGB value is (173,56,52). Sum of RGB (Red+Green+Blue) = 173+56+52=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3834 is #52C7CB. Grayscale: #5A5A5A. Windows color (decimal): -5425100 or 3422381. OLE color: 3422381.

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

Color convert

RGB 173 56 52 -
CMYK 0 0.68 0.70 0.32
HSL 1.98º 0.54% 0.44% -
HSV(B) 1.98º 0.7% 0.68% -
XYZ 19.27 11.96 4.54 -
YUV 90.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 173 56 52 0 0.68 0.70 0.32 1.98 0.54 0.44
Hex AD 38 34 0 44 46 20 2 36 2C
Octal 255 70 64 0 104 106 40 2 66 54
Binary 10101101 111000 110100 0 1000100 1000110 100000 10 110110 101100

Color Harmonies of #AD3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3834

Black with #AD3834

Text Example


Text Example

White with #AD3834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3834; }

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

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

background-color css

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

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

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

border-color css

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

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

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