#AD0135

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

Shades of Carmine #AD0135

Tints of Carmine #AD0135

Color information

#AD0135 (or 0xAD0135) is unknown color: approx Carmine. HEX triplet: AD, 01 and 35. RGB value is (173,1,53). Sum of RGB (Red+Green+Blue) = 173+1+53=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0135 is #52FECA. Grayscale: #3A3A3A. Windows color (decimal): -5439179 or 3473837. OLE color: 3473837.

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

Color convert

RGB173153-
CMYK00.990.690.32
HSL341.86º98.85%34.12%-
HSV(B)341.86º99.42%67.84%-
XYZ17.899.164.19-
YUV58.36124.98209.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.21%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=76.21%
G=0.44%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315300.990.690.32341.8698.8534.12
HexAD13506345201566322
Octal25516501431054052614342
Binary1010110111101010110001110001011000001010101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0135; }

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

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

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

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

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

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

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

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