#AF1948

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

Shades of Cardinal #AF1948

Tints of Cardinal #AF1948

Color information

#AF1948 (or 0xAF1948) is unknown color: approx Cardinal. HEX triplet: AF, 19 and 48. RGB value is (175,25,72). Sum of RGB (Red+Green+Blue) = 175+25+72=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1948 is #50E6B7. Grayscale: #4B4B4B. Windows color (decimal): -5301944 or 4725167. OLE color: 4725167.

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

Color convert

RGB1752572-
CMYK00.860.590.31
HSL341.2º75%39.22%-
HSV(B)341.2º85.71%68.63%-
XYZ19.210.287.1-
YUV75.21126.2199.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=64.34%
G=9.19%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175257200.860.590.31341.27539.22
HexAF19480563B1F1554b27
Octal257311100126733752511347
Binary1010111111001100100001010110111011111111010101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1948; }

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

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

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

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

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

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

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

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