#AD0530

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

Shades of Carmine #AD0530

Tints of Carmine #AD0530

Color information

#AD0530 (or 0xAD0530) is unknown color: approx Carmine. HEX triplet: AD, 05 and 30. RGB value is (173,5,48). Sum of RGB (Red+Green+Blue) = 173+5+48=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0530 is #52FACF. Grayscale: #3C3C3C. Windows color (decimal): -5438160 or 3147181. OLE color: 3147181.

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

Color convert

RGB173548-
CMYK00.970.720.32
HSL344.64º94.38%34.9%-
HSV(B)344.64º97.11%67.84%-
XYZ17.829.213.63-
YUV60.13121.16208.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.55%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=76.55%
G=2.21%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17354800.970.720.32344.6494.3834.9
HexAD53006148201595e23
Octal25556001411104053113643
Binary101011011011100000110000110010001000001010110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0530; }

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

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

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

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

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

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

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

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