#AF1943

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

Shades of Cardinal #AF1943

Tints of Cardinal #AF1943

Color information

#AF1943 (or 0xAF1943) is unknown color: approx Cardinal. HEX triplet: AF, 19 and 43. RGB value is (175,25,67). Sum of RGB (Red+Green+Blue) = 175+25+67=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1943 is #50E6BC. Grayscale: #4A4A4A. Windows color (decimal): -5301949 or 4397487. OLE color: 4397487.

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

Color convert

RGB1752567-
CMYK00.860.620.31
HSL343.2º75%39.22%-
HSV(B)343.2º85.71%68.63%-
XYZ19.0410.216.28-
YUV74.64123.7199.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.54%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=65.54%
G=9.36%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175256700.860.620.31343.27539.22
HexAF19430563E1F1574b27
Octal257311030126763752711347
Binary1010111111001100001101010110111110111111010101111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1943; }

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

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

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

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

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

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

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

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