#AF2128

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

Shades of Cardinal #AF2128

Tints of Cardinal #AF2128

Color information

#AF2128 (or 0xAF2128) is unknown color: approx Cardinal. HEX triplet: AF, 21 and 28. RGB value is (175,33,40). Sum of RGB (Red+Green+Blue) = 175+33+40=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2128 is #50DED7. Grayscale: #4C4C4C. Windows color (decimal): -5299928 or 2630063. OLE color: 2630063.

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

Color convert

RGB1753340-
CMYK00.810.770.31
HSL357.04º68.27%40.78%-
HSV(B)357.04º81.14%68.63%-
XYZ18.6110.353.03-
YUV76.26107.54198.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.56%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=70.56%
G=13.31%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175334000.810.770.31357.0468.2740.78
HexAF21280514D1F1654429
Octal257415001211153754510451
Binary10101111100001101000010100011001101111111011001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2128; }

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

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

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

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

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

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

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

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