#AF1642

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

Shades of Cardinal #AF1642

Tints of Cardinal #AF1642

Color information

#AF1642 (or 0xAF1642) is unknown color: approx Cardinal. HEX triplet: AF, 16 and 42. RGB value is (175,22,66). Sum of RGB (Red+Green+Blue) = 175+22+66=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1642 is #50E9BD. Grayscale: #484848. Windows color (decimal): -5302718 or 4331183. OLE color: 4331183.

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

Color convert

RGB1752266-
CMYK00.870.620.31
HSL342.75º77.66%38.63%-
HSV(B)342.75º87.43%68.63%-
XYZ18.9510.086.1-
YUV72.76124.19200.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=66.54%
G=8.37%
B=25.10%

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
Decimal175226600.870.620.31342.7577.6638.63
HexAF16420573E1F1574e27
Octal257261020127763752711647
Binary1010111110110100001001010111111110111111010101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1642; }

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

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

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

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

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

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

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

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