#AF1345

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

Shades of Cardinal #AF1345

Tints of Cardinal #AF1345

Color information

#AF1345 (or 0xAF1345) is unknown color: approx Cardinal. HEX triplet: AF, 13 and 45. RGB value is (175,19,69). Sum of RGB (Red+Green+Blue) = 175+19+69=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1345 is #50ECBA. Grayscale: #474747. Windows color (decimal): -5303483 or 4527023. OLE color: 4527023.

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

Color convert

RGB1751969-
CMYK00.890.610.31
HSL340.77º80.41%38.04%-
HSV(B)340.77º89.14%68.63%-
XYZ18.9910.016.56-
YUV71.34126.68201.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=66.54%
G=7.22%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175196900.890.610.31340.7780.4138.04
HexAF13450593D1F1555026
Octal257231050131753752512046
Binary1010111110011100010101011001111101111111010101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1345; }

 p { color: rgb(175,19,69); }

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

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

 a { background-color: rgb(175,19,69); }

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

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

 span { border-color: rgb(175,19,69); }

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