Html Css Color HEX #AD4335 Medium Carmine

📋 copy color: '#AD4335'

red 173 ◦ green 67 ◦ blue 53

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

Shades of Medium Carmine #AD4335

Tints of Medium Carmine #AD4335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 59.04%
G = 22.87%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4335 (or 0xAD4335) is known color: Medium Carmine. HEX triplet: AD, 43 and 35. RGB value is (173,67,53). Sum of RGB (Red+Green+Blue) = 173+67+53=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4335 is #52BCCA. Grayscale: #616161. Windows color (decimal): -5422283 or 3490733. OLE color: 3490733.

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

Color convert

RGB 173 67 53 -
CMYK 0 0.61 0.69 0.32
HSL 0.53% 0.44% -
HSV(B) 0.69% 0.68% -
XYZ 19.88 13.16 4.86 -
YUV 97.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 173 67 53 0 0.61 0.69 0.32 7 0.53 0.44
Hex AD 43 35 0 3D 45 20 7 35 2C
Octal 255 103 65 0 75 105 40 7 65 54
Binary 10101101 1000011 110101 0 111101 1000101 100000 111 110101 101100

Color Harmonies of #AD4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4335

Black with #AD4335

Text Example


Text Example

White with #AD4335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4335; }

 p { color: rgb(173,67,53); }

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

background-color css

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

 a { background-color: rgb(173,67,53); }

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

border-color css

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

 span { border-color: rgb(173,67,53); }

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