#AF1828

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

Shades of Cardinal #AF1828

Tints of Cardinal #AF1828

Color information

#AF1828 (or 0xAF1828) is unknown color: approx Cardinal. HEX triplet: AF, 18 and 28. RGB value is (175,24,40). Sum of RGB (Red+Green+Blue) = 175+24+40=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1828 is #50E7D7. Grayscale: #474747. Windows color (decimal): -5302232 or 2627759. OLE color: 2627759.

HSL color Cylindrical-coordinate representation of color #AF1828: hue angle of 353.64º degrees, saturation: 0.76, 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 #AF1828 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1752440-
CMYK00.860.770.31
HSL353.64º75.88%39.02%-
HSV(B)353.64º86.29%68.63%-
XYZ18.399.922.95-
YUV70.97110.53202.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 73.22%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=73.22%
G=10.04%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175244000.860.770.31353.6475.8839.02
HexAF18280564D1F1624c27
Octal257305001261153754211447
Binary1010111111000101000010101101001101111111011000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1828; }

 p { color: rgb(175,24,40); }

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

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

 a { background-color: rgb(175,24,40); }

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

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

 span { border-color: rgb(175,24,40); }

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