#AD0826

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

Shades of Carmine #AD0826

Tints of Carmine #AD0826

Color information

#AD0826 (or 0xAD0826) is unknown color: approx Carmine. HEX triplet: AD, 08 and 26. RGB value is (173,8,38). Sum of RGB (Red+Green+Blue) = 173+8+38=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0826 is #52F7D9. Grayscale: #3C3C3C. Windows color (decimal): -5437402 or 2492589. OLE color: 2492589.

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

Color convert

RGB173838-
CMYK00.950.780.32
HSL349.09º91.16%35.49%-
HSV(B)349.09º95.38%67.84%-
XYZ17.679.22.68-
YUV60.76115.16208.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.00%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=79.00%
G=3.65%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17383800.950.780.32349.0991.1635.49
HexAD82605F4E2015d5b23
Octal255104601371164053513343
Binary1010110110001001100101111110011101000001010111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0826; }

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

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

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

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

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

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

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

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