#A8213F

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

Shades of Cardinal #A8213F

Tints of Cardinal #A8213F

Color information

#A8213F (or 0xA8213F) is unknown color: approx Cardinal. HEX triplet: A8, 21 and 3F. RGB value is (168,33,63). Sum of RGB (Red+Green+Blue) = 168+33+63=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8213F is #57DEC0. Grayscale: #4C4C4C. Windows color (decimal): -5758657 or 4137384. OLE color: 4137384.

HSL color Cylindrical-coordinate representation of color #A8213F: hue angle of 346.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8213F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1683363-
CMYK00.800.630.34
HSL346.67º67.16%39.41%-
HSV(B)346.67º80.36%65.88%-
XYZ17.599.775.66-
YUV76.78120.23193.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.64%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 63 (25% from 255) = 23.86%
R=63.64%
G=12.5%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168336300.800.630.34346.6767.1639.41
HexA8213F0503F2215b4327
Octal25041770120774253310347
Binary10101000100001111111010100001111111000101010110111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8213F; }

 p { color: rgb(168,33,63); }

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

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

 a { background-color: rgb(168,33,63); }

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

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

 span { border-color: rgb(168,33,63); }

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