#AF1539

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

Shades of Cardinal #AF1539

Tints of Cardinal #AF1539

Color information

#AF1539 (or 0xAF1539) is unknown color: approx Cardinal. HEX triplet: AF, 15 and 39. RGB value is (175,21,57). Sum of RGB (Red+Green+Blue) = 175+21+57=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1539 is #50EAC6. Grayscale: #474747. Windows color (decimal): -5302983 or 3741103. OLE color: 3741103.

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

Color convert

RGB1752157-
CMYK00.880.670.31
HSL345.97º78.57%38.43%-
HSV(B)345.97º88%68.63%-
XYZ18.699.954.81-
YUV71.15120.02202.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.17%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 57 (22.66% from 255) = 22.53%
R=69.17%
G=8.30%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175215700.880.670.31345.9778.5738.43
HexAF1539058431F15a4f26
Octal257257101301033753211746
Binary1010111110101111001010110001000011111111010110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1539; }

 p { color: rgb(175,21,57); }

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

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

 a { background-color: rgb(175,21,57); }

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

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

 span { border-color: rgb(175,21,57); }

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