#AF2240

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

Shades of Cardinal #AF2240

Tints of Cardinal #AF2240

Color information

#AF2240 (or 0xAF2240) is unknown color: approx Cardinal. HEX triplet: AF, 22 and 40. RGB value is (175,34,64). Sum of RGB (Red+Green+Blue) = 175+34+64=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2240 is #50DDBF. Grayscale: #4F4F4F. Windows color (decimal): -5299648 or 4203183. OLE color: 4203183.

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

Color convert

RGB1753464-
CMYK00.810.630.31
HSL347.23º67.46%40.98%-
HSV(B)347.23º80.57%68.63%-
XYZ19.1810.635.89-
YUV79.58119.21196.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.10%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=64.10%
G=12.45%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175346400.810.630.31347.2367.4640.98
HexAF22400513F1F15b4329
Octal257421000121773753310351
Binary10101111100010100000001010001111111111111010110111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2240; }

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

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

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

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

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

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

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

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