#AF1226

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

Shades of Cardinal #AF1226

Tints of Cardinal #AF1226

Color information

#AF1226 (or 0xAF1226) is unknown color: approx Cardinal. HEX triplet: AF, 12 and 26. RGB value is (175,18,38). Sum of RGB (Red+Green+Blue) = 175+18+38=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1226 is #50EDD9. Grayscale: #434343. Windows color (decimal): -5303770 or 2495151. OLE color: 2495151.

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

Color convert

RGB1751838-
CMYK00.900.780.31
HSL352.36º81.35%37.84%-
HSV(B)352.36º89.71%68.63%-
XYZ18.259.692.74-
YUV67.22111.51204.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.76%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=75.76%
G=7.79%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175183800.900.780.31352.3681.3537.84
HexAF122605A4E1F1605126
Octal257224601321163754012146
Binary1010111110010100110010110101001110111111011000001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1226; }

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

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

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

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

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

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

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

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