#AF1C3A

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

Shades of Cardinal #AF1C3A

Tints of Cardinal #AF1C3A

Color information

#AF1C3A (or 0xAF1C3A) is unknown color: approx Cardinal. HEX triplet: AF, 1C and 3A. RGB value is (175,28,58). Sum of RGB (Red+Green+Blue) = 175+28+58=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C3A is #50E3C5. Grayscale: #4B4B4B. Windows color (decimal): -5301190 or 3808431. OLE color: 3808431.

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

Color convert

RGB1752858-
CMYK00.840.670.31
HSL347.76º72.41%39.8%-
HSV(B)347.76º84%68.63%-
XYZ18.8610.254.99-
YUV75.37118.2199.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=67.05%
G=10.73%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175285800.840.670.31347.7672.4139.8
HexAF1C3A054431F15c4828
Octal257347201241033753411050
Binary1010111111100111010010101001000011111111010111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C3A; }

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

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

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

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

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

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

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

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