#AF1C26

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

Shades of Cardinal #AF1C26

Tints of Cardinal #AF1C26

Color information

#AF1C26 (or 0xAF1C26) is unknown color: approx Cardinal. HEX triplet: AF, 1C and 26. RGB value is (175,28,38). Sum of RGB (Red+Green+Blue) = 175+28+38=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C26 is #50E3D9. Grayscale: #494949. Windows color (decimal): -5301210 or 2497711. OLE color: 2497711.

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

Color convert

RGB1752838-
CMYK00.840.780.31
HSL355.92º72.41%39.8%-
HSV(B)355.92º84%68.63%-
XYZ18.4410.082.81-
YUV73.09108.2200.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=72.61%
G=11.62%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175283800.840.780.31355.9272.4139.8
HexAF1C260544E1F1644828
Octal257344601241163754411050
Binary1010111111100100110010101001001110111111011001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C26; }

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

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

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

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

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

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

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

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