#AD0828

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

Shades of Carmine #AD0828

Tints of Carmine #AD0828

Color information

#AD0828 (or 0xAD0828) is unknown color: approx Carmine. HEX triplet: AD, 08 and 28. RGB value is (173,8,40). Sum of RGB (Red+Green+Blue) = 173+8+40=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0828 is #52F7D7. Grayscale: #3D3D3D. Windows color (decimal): -5437400 or 2623661. OLE color: 2623661.

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

Color convert

RGB173840-
CMYK00.950.770.32
HSL348.36º91.16%35.49%-
HSV(B)348.36º95.38%67.84%-
XYZ17.79.212.85-
YUV60.98116.16207.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.28%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=78.28%
G=3.62%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17384000.950.770.32348.3691.1635.49
HexAD82805F4D2015c5b23
Octal255105001371154053413343
Binary1010110110001010000101111110011011000001010111001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0828; }

 p { color: rgb(173,8,40); }

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

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

 a { background-color: rgb(173,8,40); }

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

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

 span { border-color: rgb(173,8,40); }

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