#AF2440

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

Shades of Cardinal #AF2440

Tints of Cardinal #AF2440

Color information

#AF2440 (or 0xAF2440) is unknown color: approx Cardinal. HEX triplet: AF, 24 and 40. RGB value is (175,36,64). Sum of RGB (Red+Green+Blue) = 175+36+64=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2440 is #50DBBF. Grayscale: #505050. Windows color (decimal): -5299136 or 4203695. OLE color: 4203695.

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

Color convert

RGB1753664-
CMYK00.790.630.31
HSL347.91º65.88%41.37%-
HSV(B)347.91º79.43%68.63%-
XYZ19.2410.755.91-
YUV80.75118.55195.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.64%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=63.64%
G=13.09%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175366400.790.630.31347.9165.8841.37
HexAF244004F3F1F15c4229
Octal257441000117773753410251
Binary10101111100100100000001001111111111111111010111001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2440; }

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

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

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

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

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

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

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

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