#AF1A2A

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

Shades of Cardinal #AF1A2A

Tints of Cardinal #AF1A2A

Color information

#AF1A2A (or 0xAF1A2A) is unknown color: approx Cardinal. HEX triplet: AF, 1A and 2A. RGB value is (175,26,42). Sum of RGB (Red+Green+Blue) = 175+26+42=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A2A is #50E5D5. Grayscale: #484848. Windows color (decimal): -5301718 or 2759343. OLE color: 2759343.

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

Color convert

RGB1752642-
CMYK00.850.760.31
HSL353.56º74.13%39.41%-
HSV(B)353.56º85.14%68.63%-
XYZ18.4710.023.15-
YUV72.37110.86201.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.02%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=72.02%
G=10.70%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175264200.850.760.31353.5674.1339.41
HexAF1A2A0554C1F1624a27
Octal257325201251143754211247
Binary1010111111010101010010101011001100111111011000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A2A; }

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

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

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

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

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

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

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

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