Html Css Color HEX #AD3D3A Medium Carmine

📋 copy color: '#AD3D3A'

red 173 ◦ green 61 ◦ blue 58

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

Shades of Medium Carmine #AD3D3A

Tints of Medium Carmine #AD3D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 59.25%
G = 20.89%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD3D3A (or 0xAD3D3A) is known color: Medium Carmine. HEX triplet: AD, 3D and 3A. RGB value is (173,61,58). Sum of RGB (Red+Green+Blue) = 173+61+58=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D3A is #52C2C5. Grayscale: #5E5E5E. Windows color (decimal): -5423814 or 3816877. OLE color: 3816877.

HSL color Cylindrical-coordinate representation of color #AD3D3A: hue angle of 1.57º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3D3A is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 58 -
CMYK 0 0.65 0.66 0.32
HSL 1.57º 0.5% 0.45% -
HSV(B) 1.57º 0.66% 0.68% -
XYZ 19.67 12.53 5.38 -
YUV 94.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 173 61 58 0 0.65 0.66 0.32 1.57 0.5 0.45
Hex AD 3D 3A 0 41 42 20 2 32 2D
Octal 255 75 72 0 101 102 40 2 62 55
Binary 10101101 111101 111010 0 1000001 1000010 100000 10 110010 101101

Color Harmonies of #AD3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D3A

Black with #AD3D3A

Text Example


Text Example

White with #AD3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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