#AF1643

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

Shades of Cardinal #AF1643

Tints of Cardinal #AF1643

Color information

#AF1643 (or 0xAF1643) is unknown color: approx Cardinal. HEX triplet: AF, 16 and 43. RGB value is (175,22,67). Sum of RGB (Red+Green+Blue) = 175+22+67=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1643 is #50E9BC. Grayscale: #484848. Windows color (decimal): -5302717 or 4396719. OLE color: 4396719.

HSL color Cylindrical-coordinate representation of color #AF1643: hue angle of 342.35º 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 #AF1643 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1752267-
CMYK00.870.620.31
HSL342.35º77.66%38.63%-
HSV(B)342.35º87.43%68.63%-
XYZ18.9810.096.26-
YUV72.88124.69200.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.29%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 67 (26.56% from 255) = 25.38%
R=66.29%
G=8.33%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175226700.870.620.31342.3577.6638.63
HexAF16430573E1F1564e27
Octal257261030127763752611647
Binary1010111110110100001101010111111110111111010101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1643; }

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

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

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

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

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

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

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

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