#AF193A

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

Shades of Cardinal #AF193A

Tints of Cardinal #AF193A

Color information

#AF193A (or 0xAF193A) is unknown color: approx Cardinal. HEX triplet: AF, 19 and 3A. RGB value is (175,25,58). Sum of RGB (Red+Green+Blue) = 175+25+58=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF193A is #50E6C5. Grayscale: #494949. Windows color (decimal): -5301958 or 3807663. OLE color: 3807663.

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

Color convert

RGB1752558-
CMYK00.860.670.31
HSL346.8º75%39.22%-
HSV(B)346.8º85.71%68.63%-
XYZ18.7910.114.96-
YUV73.61119.2200.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.83%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=67.83%
G=9.69%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175255800.860.670.31346.87539.22
HexAF193A056431F15b4b27
Octal257317201261033753311347
Binary1010111111001111010010101101000011111111010110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF193A; }

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

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

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

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

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

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

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

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