#AD0827

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

Shades of Carmine #AD0827

Tints of Carmine #AD0827

Color information

#AD0827 (or 0xAD0827) is unknown color: approx Carmine. HEX triplet: AD, 08 and 27. RGB value is (173,8,39). Sum of RGB (Red+Green+Blue) = 173+8+39=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0827 is #52F7D8. Grayscale: #3C3C3C. Windows color (decimal): -5437401 or 2558125. OLE color: 2558125.

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

Color convert

RGB173839-
CMYK00.950.770.32
HSL348.73º91.16%35.49%-
HSV(B)348.73º95.38%67.84%-
XYZ17.699.22.76-
YUV60.87115.66207.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.64%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=78.64%
G=3.64%
B=17.73%

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
Decimal17383900.950.770.32348.7391.1635.49
HexAD82705F4D2015d5b23
Octal255104701371154053513343
Binary1010110110001001110101111110011011000001010111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0827; }

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

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

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

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

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

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

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

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