#A8213D

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

Shades of Cardinal #A8213D

Tints of Cardinal #A8213D

Color information

#A8213D (or 0xA8213D) is unknown color: approx Cardinal. HEX triplet: A8, 21 and 3D. RGB value is (168,33,61). Sum of RGB (Red+Green+Blue) = 168+33+61=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8213D is #57DEC2. Grayscale: #4C4C4C. Windows color (decimal): -5758659 or 4006312. OLE color: 4006312.

HSL color Cylindrical-coordinate representation of color #A8213D: hue angle of 347.56º 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 #A8213D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1683361-
CMYK00.800.640.34
HSL347.56º67.16%39.41%-
HSV(B)347.56º80.36%65.88%-
XYZ17.539.755.37-
YUV76.56119.23193.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.12%
GREEN value IS 33 (13.28% from 255) = 12.60%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=64.12%
G=12.60%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168336100.800.640.34347.5667.1639.41
HexA8213D050402215c4327
Octal250417501201004253410347
Binary101010001000011111010101000010000001000101010111001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8213D; }

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

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

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

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

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

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

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

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