#AF1043

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

Shades of Cardinal #AF1043

Tints of Cardinal #AF1043

Color information

#AF1043 (or 0xAF1043) is unknown color: approx Cardinal. HEX triplet: AF, 10 and 43. RGB value is (175,16,67). Sum of RGB (Red+Green+Blue) = 175+16+67=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1043 is #50EFBC. Grayscale: #454545. Windows color (decimal): -5304253 or 4395183. OLE color: 4395183.

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

Color convert

RGB1751667-
CMYK00.910.620.31
HSL340.75º83.25%37.45%-
HSV(B)340.75º90.86%68.63%-
XYZ18.889.896.22-
YUV69.36126.68203.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.83%
GREEN value IS 16 (6.64% from 255) = 6.20%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=67.83%
G=6.20%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175166700.910.620.31340.7583.2537.45
HexAF104305B3E1F1555325
Octal257201030133763752512345
Binary1010111110000100001101011011111110111111010101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1043; }

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

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

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

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

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

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

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

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