#AD0230

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

Shades of Carmine #AD0230

Tints of Carmine #AD0230

Color information

#AD0230 (or 0xAD0230) is unknown color: approx Carmine. HEX triplet: AD, 02 and 30. RGB value is (173,2,48). Sum of RGB (Red+Green+Blue) = 173+2+48=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0230 is #52FDCF. Grayscale: #3A3A3A. Windows color (decimal): -5438928 or 3146413. OLE color: 3146413.

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

Color convert

RGB173248-
CMYK00.990.720.32
HSL343.86º97.71%34.31%-
HSV(B)343.86º98.84%67.84%-
XYZ17.799.143.62-
YUV58.37122.15209.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.58%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=77.58%
G=0.90%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17324800.990.720.32343.8697.7134.31
HexAD23006348201586222
Octal25526001431104053014242
Binary10101101101100000110001110010001000001010110001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0230; }

 p { color: rgb(173,2,48); }

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

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

 a { background-color: rgb(173,2,48); }

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

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

 span { border-color: rgb(173,2,48); }

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