Html Css Color HEX #AD3D35 Medium Carmine

📋 copy color: '#AD3D35'

red 173 ◦ green 61 ◦ blue 53

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

Shades of Medium Carmine #AD3D35

Tints of Medium Carmine #AD3D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

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

R = 60.28%
G = 21.25%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD3D35 (or 0xAD3D35) is known color: Medium Carmine. HEX triplet: AD, 3D and 35. RGB value is (173,61,53). Sum of RGB (Red+Green+Blue) = 173+61+53=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D35 is #52C2CA. Grayscale: #5D5D5D. Windows color (decimal): -5423819 or 3489197. OLE color: 3489197.

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

Color convert

RGB 173 61 53 -
CMYK 0 0.65 0.69 0.32
HSL 0.53% 0.44% -
HSV(B) 0.69% 0.68% -
XYZ 19.54 12.48 4.75 -
YUV 93.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 173 61 53 0 0.65 0.69 0.32 4 0.53 0.44
Hex AD 3D 35 0 41 45 20 4 35 2C
Octal 255 75 65 0 101 105 40 4 65 54
Binary 10101101 111101 110101 0 1000001 1000101 100000 100 110101 101100

Color Harmonies of #AD3D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D35

Black with #AD3D35

Text Example


Text Example

White with #AD3D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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