#ad4030

Color #AD4030 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AD4030

Tints of Medium Carmine #AD4030

Color information

#AD4030 (or 0xAD4030) is unknown color: approx Medium Carmine. HEX triplet: AD, 40 and 30. RGB value is (173,64,48). Sum of RGB (Red+Green+Blue) = 173+64+48=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4030 is #52BFCF. Grayscale: #5E5E5E. Windows color (decimal): -5423056 or 3162285. OLE color: 3162285.

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

Color convert

RGB1736448-
CMYK00.630.720.32
HSL7.68º56.56%43.33%-
HSV(B)7.68º72.25%67.84%-
XYZ19.612.764.23-
YUV94.77101.61183.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.70%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=60.70%
G=22.46%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173644800.630.720.327.6856.5643.33
HexAD403003F48208392b
Octal2551006007711040107153
Binary101011011000000110000011111110010001000001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4030; }

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

 H1.HeaderClassName
 {
   color: #ad4030;
 }
 .AnyTagClassName
 {
   color: #ad4030;
 }
</style>
background-color css

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

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

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

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

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

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