#AF1F3C

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

Shades of Cardinal #AF1F3C

Tints of Cardinal #AF1F3C

Color information

#AF1F3C (or 0xAF1F3C) is unknown color: approx Cardinal. HEX triplet: AF, 1F and 3C. RGB value is (175,31,60). Sum of RGB (Red+Green+Blue) = 175+31+60=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F3C is #50E0C3. Grayscale: #4D4D4D. Windows color (decimal): -5300420 or 3940271. OLE color: 3940271.

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

Color convert

RGB1753160-
CMYK00.820.660.31
HSL347.92º69.9%40.39%-
HSV(B)347.92º82.29%68.63%-
XYZ18.9810.425.29-
YUV77.36118.21197.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 31 (12.5% from 255) = 11.65%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=65.79%
G=11.65%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175316000.820.660.31347.9269.940.39
HexAF1F3C052421F15c4628
Octal257377401221023753410650
Binary1010111111111111100010100101000010111111010111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F3C; }

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

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

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

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

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

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

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

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