#AF223E

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

Shades of Cardinal #AF223E

Tints of Cardinal #AF223E

Color information

#AF223E (or 0xAF223E) is unknown color: approx Cardinal. HEX triplet: AF, 22 and 3E. RGB value is (175,34,62). Sum of RGB (Red+Green+Blue) = 175+34+62=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF223E is #50DDC1. Grayscale: #4F4F4F. Windows color (decimal): -5299650 or 4072111. OLE color: 4072111.

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

Color convert

RGB1753462-
CMYK00.810.650.31
HSL348.09º67.46%40.98%-
HSV(B)348.09º80.57%68.63%-
XYZ19.1210.615.6-
YUV79.35118.21196.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=64.58%
G=12.55%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175346200.810.650.31348.0967.4640.98
HexAF223E051411F15c4329
Octal257427601211013753410351
Binary10101111100010111110010100011000001111111010111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF223E; }

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

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

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

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

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

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

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

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