#AF2138

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

Shades of Cardinal #AF2138

Tints of Cardinal #AF2138

Color information

#AF2138 (or 0xAF2138) is unknown color: approx Cardinal. HEX triplet: AF, 21 and 38. RGB value is (175,33,56). Sum of RGB (Red+Green+Blue) = 175+33+56=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2138 is #50DEC7. Grayscale: #4E4E4E. Windows color (decimal): -5299912 or 3678639. OLE color: 3678639.

HSL color Cylindrical-coordinate representation of color #AF2138: hue angle of 350.28º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2138 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1753356-
CMYK00.810.680.31
HSL350.28º68.27%40.78%-
HSV(B)350.28º81.14%68.63%-
XYZ18.9410.494.77-
YUV78.08115.54197.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.29%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=66.29%
G=12.5%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175335600.810.680.31350.2868.2740.78
HexAF2138051441F15e4429
Octal257417001211043753610451
Binary10101111100001111000010100011000100111111010111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2138; }

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

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

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

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

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

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

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

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