#AF0028

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

Shades of Carmine #AF0028

Tints of Carmine #AF0028

Color information

#AF0028 (or 0xAF0028) is unknown color: approx Carmine. HEX triplet: AF, 00 and 28. RGB value is (175,0,40). Sum of RGB (Red+Green+Blue) = 175+0+40=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0028 is #50FFD7. Grayscale: #383838. Windows color (decimal): -5308376 or 2621615. OLE color: 2621615.

HSL color Cylindrical-coordinate representation of color #AF0028: hue angle of 346.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0028 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB175040-
CMYK010.770.31
HSL346.29º100%34.31%-
HSV(B)346.29º100%68.63%-
XYZ18.069.272.84-
YUV56.88118.48212.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=81.40%
G=0%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175040010.770.31346.2910034.31
HexAF0280644D1F15a6422
Octal25705001441153753214442
Binary101011110101000011001001001101111111010110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0028; }

 p { color: rgb(175,0,40); }

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

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

 a { background-color: rgb(175,0,40); }

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

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

 span { border-color: rgb(175,0,40); }

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