#AF1E2A

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

Shades of Cardinal #AF1E2A

Tints of Cardinal #AF1E2A

Color information

#AF1E2A (or 0xAF1E2A) is unknown color: approx Cardinal. HEX triplet: AF, 1E and 2A. RGB value is (175,30,42). Sum of RGB (Red+Green+Blue) = 175+30+42=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1E2A is #50E1D5. Grayscale: #4A4A4A. Windows color (decimal): -5300694 or 2760367. OLE color: 2760367.

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

Color convert

RGB1753042-
CMYK00.830.760.31
HSL355.03º70.73%40.2%-
HSV(B)355.03º82.86%68.63%-
XYZ18.5610.213.18-
YUV74.72109.54199.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.85%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=70.85%
G=12.15%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175304200.830.760.31355.0370.7340.2
HexAF1E2A0534C1F1634728
Octal257365201231143754310750
Binary1010111111110101010010100111001100111111011000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E2A; }

 p { color: rgb(175,30,42); }

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

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

 a { background-color: rgb(175,30,42); }

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

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

 span { border-color: rgb(175,30,42); }

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