#AF1932

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

Shades of Cardinal #AF1932

Tints of Cardinal #AF1932

Color information

#AF1932 (or 0xAF1932) is unknown color: approx Cardinal. HEX triplet: AF, 19 and 32. RGB value is (175,25,50). Sum of RGB (Red+Green+Blue) = 175+25+50=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1932 is #50E6CD. Grayscale: #484848. Windows color (decimal): -5301966 or 3283375. OLE color: 3283375.

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

Color convert

RGB1752550-
CMYK00.860.710.31
HSL350º75%39.22%-
HSV(B)350º85.71%68.63%-
XYZ18.610.043.97-
YUV72.7115.2200.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 50 (19.92% from 255) = 20%
R=70%
G=10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175255000.860.710.313507539.22
HexAF1932056471F15e4b27
Octal257316201261073753611347
Binary1010111111001110010010101101000111111111010111101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1932; }

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

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

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

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

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

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

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

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