#AF153E

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

Shades of Cardinal #AF153E

Tints of Cardinal #AF153E

Color information

#AF153E (or 0xAF153E) is unknown color: approx Cardinal. HEX triplet: AF, 15 and 3E. RGB value is (175,21,62). Sum of RGB (Red+Green+Blue) = 175+21+62=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF153E is #50EAC1. Grayscale: #474747. Windows color (decimal): -5302978 or 4068783. OLE color: 4068783.

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

Color convert

RGB1752162-
CMYK00.880.650.31
HSL344.03º78.57%38.43%-
HSV(B)344.03º88%68.63%-
XYZ18.82105.5-
YUV71.72122.52201.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.83%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=67.83%
G=8.14%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175216200.880.650.31344.0378.5738.43
HexAF153E058411F1584f26
Octal257257601301013753011746
Binary1010111110101111110010110001000001111111010110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF153E; }

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

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

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

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

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

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

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

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