#AF1229

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

Shades of Cardinal #AF1229

Tints of Cardinal #AF1229

Color information

#AF1229 (or 0xAF1229) is unknown color: approx Cardinal. HEX triplet: AF, 12 and 29. RGB value is (175,18,41). Sum of RGB (Red+Green+Blue) = 175+18+41=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1229 is #50EDD6. Grayscale: #434343. Windows color (decimal): -5303767 or 2691759. OLE color: 2691759.

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

Color convert

RGB1751841-
CMYK00.900.770.31
HSL351.21º81.35%37.84%-
HSV(B)351.21º89.71%68.63%-
XYZ18.39.713.01-
YUV67.56113.01204.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.79%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=74.79%
G=7.69%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175184100.900.770.31351.2181.3537.84
HexAF122905A4D1F15f5126
Octal257225101321153753712146
Binary1010111110010101001010110101001101111111010111111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1229; }

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

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

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

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

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

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

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

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