#AD0123

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

Shades of Carmine #AD0123

Tints of Carmine #AD0123

Color information

#AD0123 (or 0xAD0123) is unknown color: approx Carmine. HEX triplet: AD, 01 and 23. RGB value is (173,1,35). Sum of RGB (Red+Green+Blue) = 173+1+35=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0123 is #52FEDC. Grayscale: #383838. Windows color (decimal): -5439197 or 2294189. OLE color: 2294189.

HSL color Cylindrical-coordinate representation of color #AD0123: hue angle of 348.14º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0123 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB173135-
CMYK00.990.800.32
HSL348.14º98.85%34.12%-
HSV(B)348.14º99.42%67.84%-
XYZ17.559.032.41-
YUV56.3115.98211.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 82.78%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=82.78%
G=0.48%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313500.990.800.32348.1498.8534.12
HexAD123063502015c6322
Octal25514301431204053414342
Binary1010110111000110110001110100001000001010111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0123; }

 p { color: rgb(173,1,35); }

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

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

 a { background-color: rgb(173,1,35); }

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

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

 span { border-color: rgb(173,1,35); }

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