#AF1035

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

Shades of Cardinal #AF1035

Tints of Cardinal #AF1035

Color information

#AF1035 (or 0xAF1035) is unknown color: approx Cardinal. HEX triplet: AF, 10 and 35. RGB value is (175,16,53). Sum of RGB (Red+Green+Blue) = 175+16+53=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1035 is #50EFCA. Grayscale: #434343. Windows color (decimal): -5304267 or 3477679. OLE color: 3477679.

HSL color Cylindrical-coordinate representation of color #AF1035: hue angle of 346.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1035 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1751653-
CMYK00.910.700.31
HSL346.04º83.25%37.45%-
HSV(B)346.04º90.86%68.63%-
XYZ18.519.744.27-
YUV67.76119.68204.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 71.72%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=71.72%
G=6.56%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175165300.910.700.31346.0483.2537.45
HexAF103505B461F15a5325
Octal257206501331063753212345
Binary1010111110000110101010110111000110111111010110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1035; }

 p { color: rgb(175,16,53); }

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

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

 a { background-color: rgb(175,16,53); }

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

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

 span { border-color: rgb(175,16,53); }

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