#AF103A

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

Shades of Cardinal #AF103A

Tints of Cardinal #AF103A

Color information

#AF103A (or 0xAF103A) is unknown color: approx Cardinal. HEX triplet: AF, 10 and 3A. RGB value is (175,16,58). Sum of RGB (Red+Green+Blue) = 175+16+58=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF103A is #50EFC5. Grayscale: #444444. Windows color (decimal): -5304262 or 3805359. OLE color: 3805359.

HSL color Cylindrical-coordinate representation of color #AF103A: hue angle of 344.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF103A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1751658-
CMYK00.910.670.31
HSL344.15º83.25%37.45%-
HSV(B)344.15º90.86%68.63%-
XYZ18.639.794.91-
YUV68.33122.18204.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.28%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=70.28%
G=6.43%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175165800.910.670.31344.1583.2537.45
HexAF103A05B431F1585325
Octal257207201331033753012345
Binary1010111110000111010010110111000011111111010110001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF103A; }

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

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

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

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

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

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

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

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