#AF1C3C

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

Shades of Cardinal #AF1C3C

Tints of Cardinal #AF1C3C

Color information

#AF1C3C (or 0xAF1C3C) is unknown color: approx Cardinal. HEX triplet: AF, 1C and 3C. RGB value is (175,28,60). Sum of RGB (Red+Green+Blue) = 175+28+60=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C3C is #50E3C3. Grayscale: #4B4B4B. Windows color (decimal): -5301188 or 3939503. OLE color: 3939503.

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

Color convert

RGB1752860-
CMYK00.840.660.31
HSL346.94º72.41%39.8%-
HSV(B)346.94º84%68.63%-
XYZ18.9110.275.26-
YUV75.6119.2198.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=66.54%
G=10.65%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175286000.840.660.31346.9472.4139.8
HexAF1C3C054421F15b4828
Octal257347401241023753311050
Binary1010111111100111100010101001000010111111010110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C3C; }

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

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

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

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

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

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

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

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