#AF1F35

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

Shades of Cardinal #AF1F35

Tints of Cardinal #AF1F35

Color information

#AF1F35 (or 0xAF1F35) is unknown color: approx Cardinal. HEX triplet: AF, 1F and 35. RGB value is (175,31,53). Sum of RGB (Red+Green+Blue) = 175+31+53=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F35 is #50E0CA. Grayscale: #4C4C4C. Windows color (decimal): -5300427 or 3481519. OLE color: 3481519.

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

Color convert

RGB1753153-
CMYK00.820.700.31
HSL350.83º69.9%40.39%-
HSV(B)350.83º82.29%68.63%-
XYZ18.8110.354.37-
YUV76.56114.71198.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.57%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=67.57%
G=11.97%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175315300.820.700.31350.8369.940.39
HexAF1F35052461F15f4628
Octal257376501221063753710650
Binary1010111111111110101010100101000110111111010111111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F35; }

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

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

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

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

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

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

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

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