#AF1644

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

Shades of Cardinal #AF1644

Tints of Cardinal #AF1644

Color information

#AF1644 (or 0xAF1644) is unknown color: approx Cardinal. HEX triplet: AF, 16 and 44. RGB value is (175,22,68). Sum of RGB (Red+Green+Blue) = 175+22+68=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1644 is #50E9BB. Grayscale: #484848. Windows color (decimal): -5302716 or 4462255. OLE color: 4462255.

HSL color Cylindrical-coordinate representation of color #AF1644: hue angle of 341.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1644 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1752268-
CMYK00.870.610.31
HSL341.96º77.66%38.63%-
HSV(B)341.96º87.43%68.63%-
XYZ19.0110.116.42-
YUV72.99125.19200.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.04%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=66.04%
G=8.30%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175226800.870.610.31341.9677.6638.63
HexAF16440573D1F1564e27
Octal257261040127753752611647
Binary1010111110110100010001010111111101111111010101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1644; }

 p { color: rgb(175,22,68); }

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

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

 a { background-color: rgb(175,22,68); }

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

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

 span { border-color: rgb(175,22,68); }

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