Html Css Color HEX #AD3530 Medium Carmine

📋 copy color: '#AD3530'

red 173 ◦ green 53 ◦ blue 48

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

Shades of Medium Carmine #AD3530

Tints of Medium Carmine #AD3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 63.14%
G = 19.34%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3530 (or 0xAD3530) is known color: Medium Carmine. HEX triplet: AD, 35 and 30. RGB value is (173,53,48). Sum of RGB (Red+Green+Blue) = 173+53+48=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3530 is #52CACF. Grayscale: #585858. Windows color (decimal): -5425872 or 3159469. OLE color: 3159469.

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

Color convert

RGB 173 53 48 -
CMYK 0 0.69 0.72 0.32
HSL 2.4º 0.57% 0.43% -
HSV(B) 2.4º 0.72% 0.68% -
XYZ 19.04 11.64 4.04 -
YUV 88.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 173 53 48 0 0.69 0.72 0.32 2.4 0.57 0.43
Hex AD 35 30 0 45 48 20 2 39 2B
Octal 255 65 60 0 105 110 40 2 71 53
Binary 10101101 110101 110000 0 1000101 1001000 100000 10 111001 101011

Color Harmonies of #AD3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3530

Black with #AD3530

Text Example


Text Example

White with #AD3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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