#AF1936

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

Shades of Cardinal #AF1936

Tints of Cardinal #AF1936

Color information

#AF1936 (or 0xAF1936) is unknown color: approx Cardinal. HEX triplet: AF, 19 and 36. RGB value is (175,25,54). Sum of RGB (Red+Green+Blue) = 175+25+54=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1936 is #50E6C9. Grayscale: #494949. Windows color (decimal): -5301962 or 3545519. OLE color: 3545519.

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

Color convert

RGB1752554-
CMYK00.860.690.31
HSL348.4º75%39.22%-
HSV(B)348.4º85.71%68.63%-
XYZ18.6910.084.45-
YUV73.16117.2200.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.90%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=68.90%
G=9.84%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175255400.860.690.31348.47539.22
HexAF1936056451F15c4b27
Octal257316601261053753411347
Binary1010111111001110110010101101000101111111010111001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1936; }

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

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

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

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

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

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

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

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