#AF213A

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

Shades of Cardinal #AF213A

Tints of Cardinal #AF213A

Color information

#AF213A (or 0xAF213A) is unknown color: approx Cardinal. HEX triplet: AF, 21 and 3A. RGB value is (175,33,58). Sum of RGB (Red+Green+Blue) = 175+33+58=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF213A is #50DEC5. Grayscale: #4E4E4E. Windows color (decimal): -5299910 or 3809711. OLE color: 3809711.

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

Color convert

RGB1753358-
CMYK00.810.670.31
HSL349.44º68.27%40.78%-
HSV(B)349.44º81.14%68.63%-
XYZ18.9910.515.03-
YUV78.31116.54196.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=65.79%
G=12.41%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175335800.810.670.31349.4468.2740.78
HexAF213A051431F15d4429
Octal257417201211033753510451
Binary10101111100001111010010100011000011111111010111011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF213A; }

 p { color: rgb(175,33,58); }

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

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

 a { background-color: rgb(175,33,58); }

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

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

 span { border-color: rgb(175,33,58); }

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