#AF1040

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

Shades of Cardinal #AF1040

Tints of Cardinal #AF1040

Color information

#AF1040 (or 0xAF1040) is unknown color: approx Cardinal. HEX triplet: AF, 10 and 40. RGB value is (175,16,64). Sum of RGB (Red+Green+Blue) = 175+16+64=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1040 is #50EFBF. Grayscale: #444444. Windows color (decimal): -5304256 or 4198575. OLE color: 4198575.

HSL color Cylindrical-coordinate representation of color #AF1040: hue angle of 341.89º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1040 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1751664-
CMYK00.910.630.31
HSL341.89º83.25%37.45%-
HSV(B)341.89º90.86%68.63%-
XYZ18.799.855.76-
YUV69.01125.18203.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.63%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=68.63%
G=6.27%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175166400.910.630.31341.8983.2537.45
HexAF104005B3F1F1565325
Octal257201000133773752612345
Binary1010111110000100000001011011111111111111010101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1040; }

 p { color: rgb(175,16,64); }

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

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

 a { background-color: rgb(175,16,64); }

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

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

 span { border-color: rgb(175,16,64); }

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