#AF1C28

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

Shades of Cardinal #AF1C28

Tints of Cardinal #AF1C28

Color information

#AF1C28 (or 0xAF1C28) is unknown color: approx Cardinal. HEX triplet: AF, 1C and 28. RGB value is (175,28,40). Sum of RGB (Red+Green+Blue) = 175+28+40=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C28 is #50E3D7. Grayscale: #494949. Windows color (decimal): -5301208 or 2628783. OLE color: 2628783.

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

Color convert

RGB1752840-
CMYK00.840.770.31
HSL355.1º72.41%39.8%-
HSV(B)355.1º84%68.63%-
XYZ18.4810.12.98-
YUV73.32109.2200.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.02%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=72.02%
G=11.52%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175284000.840.770.31355.172.4139.8
HexAF1C280544D1F1634828
Octal257345001241153754311050
Binary1010111111100101000010101001001101111111011000111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C28; }

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

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

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

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

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

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

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

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