#AF1426

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

Shades of Cardinal #AF1426

Tints of Cardinal #AF1426

Color information

#AF1426 (or 0xAF1426) is unknown color: approx Cardinal. HEX triplet: AF, 14 and 26. RGB value is (175,20,38). Sum of RGB (Red+Green+Blue) = 175+20+38=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1426 is #50EBD9. Grayscale: #444444. Windows color (decimal): -5303258 or 2495663. OLE color: 2495663.

HSL color Cylindrical-coordinate representation of color #AF1426: hue angle of 353.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1426 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1752038-
CMYK00.890.780.31
HSL353.03º79.49%38.24%-
HSV(B)353.03º88.57%68.63%-
XYZ18.289.752.75-
YUV68.4110.85204.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.11%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=75.11%
G=8.58%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175203800.890.780.31353.0379.4938.24
HexAF14260594E1F1614f26
Octal257244601311163754111746
Binary1010111110100100110010110011001110111111011000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1426; }

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

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

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

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

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

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

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

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