#AF223F

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

Shades of Cardinal #AF223F

Tints of Cardinal #AF223F

Color information

#AF223F (or 0xAF223F) is unknown color: approx Cardinal. HEX triplet: AF, 22 and 3F. RGB value is (175,34,63). Sum of RGB (Red+Green+Blue) = 175+34+63=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF223F is #50DDC0. Grayscale: #4F4F4F. Windows color (decimal): -5299649 or 4137647. OLE color: 4137647.

HSL color Cylindrical-coordinate representation of color #AF223F: hue angle of 347.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF223F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1753463-
CMYK00.810.640.31
HSL347.66º67.46%40.98%-
HSV(B)347.66º80.57%68.63%-
XYZ19.1510.625.74-
YUV79.46118.71196.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 63 (25% from 255) = 23.16%
R=64.34%
G=12.5%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175346300.810.640.31347.6667.4640.98
HexAF223F051401F15c4329
Octal257427701211003753410351
Binary10101111100010111111010100011000000111111010111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF223F; }

 p { color: rgb(175,34,63); }

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

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

 a { background-color: rgb(175,34,63); }

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

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

 span { border-color: rgb(175,34,63); }

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