Html Css Color HEX #AD3923 Medium Carmine

📋 copy color: '#AD3923'

red 173 ◦ green 57 ◦ blue 35

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

Shades of Medium Carmine #AD3923

Tints of Medium Carmine #AD3923

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 65.28%
G = 21.51%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD3923 (or 0xAD3923) is known color: Medium Carmine. HEX triplet: AD, 39 and 23. RGB value is (173,57,35). Sum of RGB (Red+Green+Blue) = 173+57+35=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3923 is #52C6DC. Grayscale: #595959. Windows color (decimal): -5424861 or 2308525. OLE color: 2308525.

HSL color Cylindrical-coordinate representation of color #AD3923: hue angle of 9.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD3923 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 57 35 -
CMYK 0 0.67 0.80 0.32
HSL 9.57º 0.66% 0.41% -
HSV(B) 9.57º 0.8% 0.68% -
XYZ 19 11.93 2.89 -
YUV 89.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 173 57 35 0 0.67 0.80 0.32 9.57 0.66 0.41
Hex AD 39 23 0 43 50 20 A 42 29
Octal 255 71 43 0 103 120 40 12 102 51
Binary 10101101 111001 100011 0 1000011 1010000 100000 1010 1000010 101001

Color Harmonies of #AD3923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3923

Black with #AD3923

Text Example


Text Example

White with #AD3923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3923; }

 p { color: rgb(173,57,35); }

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

background-color css

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

 a { background-color: rgb(173,57,35); }

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

border-color css

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

 span { border-color: rgb(173,57,35); }

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