#af1c44

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

Shades of Cardinal #AF1C44

Tints of Cardinal #AF1C44

Color information

#AF1C44 (or 0xAF1C44) is unknown color: approx Cardinal. HEX triplet: AF, 1C and 44. RGB value is (175,28,68). Sum of RGB (Red+Green+Blue) = 175+28+68=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C44 is #50E3BB. Grayscale: #4C4C4C. Windows color (decimal): -5301180 or 4463791. OLE color: 4463791.

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

Color convert

RGB1752868-
CMYK00.840.610.31
HSL343.67º72.41%39.8%-
HSV(B)343.67º84%68.63%-
XYZ19.1410.366.46-
YUV76.51123.2198.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=64.58%
G=10.33%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175286800.840.610.31343.6772.4139.8
HexAF1C440543D1F1584828
Octal257341040124753753011050
Binary1010111111100100010001010100111101111111010110001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1c44; }

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

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

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

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

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

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

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

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