#AF1A38

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

Shades of Cardinal #AF1A38

Tints of Cardinal #AF1A38

Color information

#AF1A38 (or 0xAF1A38) is unknown color: approx Cardinal. HEX triplet: AF, 1A and 38. RGB value is (175,26,56). Sum of RGB (Red+Green+Blue) = 175+26+56=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A38 is #50E5C7. Grayscale: #4A4A4A. Windows color (decimal): -5301704 or 3676847. OLE color: 3676847.

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

Color convert

RGB1752656-
CMYK00.850.680.31
HSL347.92º74.13%39.41%-
HSV(B)347.92º85.14%68.63%-
XYZ18.7610.144.71-
YUV73.97117.86200.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.09%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=68.09%
G=10.12%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175265600.850.680.31347.9274.1339.41
HexAF1A38055441F15c4a27
Octal257327001251043753411247
Binary1010111111010111000010101011000100111111010111001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A38; }

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

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

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

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

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

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

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

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