#A8083B

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

Shades of Cardinal #A8083B

Tints of Cardinal #A8083B

Color information

#A8083B (or 0xA8083B) is unknown color: approx Cardinal. HEX triplet: A8, 08 and 3B. RGB value is (168,8,59). Sum of RGB (Red+Green+Blue) = 168+8+59=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8083B is #57F7C4. Grayscale: #3D3D3D. Windows color (decimal): -5765061 or 3868840. OLE color: 3868840.

HSL color Cylindrical-coordinate representation of color #A8083B: hue angle of 340.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8083B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB168859-
CMYK00.950.650.34
HSL340.88º90.91%34.51%-
HSV(B)340.88º95.24%65.88%-
XYZ17.028.814.94-
YUV61.65126.51203.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.49%
GREEN value IS 8 (3.52% from 255) = 3.40%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=71.49%
G=3.40%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16885900.950.650.34340.8890.9134.51
HexA883B05F41221555b23
Octal250107301371014252513343
Binary1010100010001110110101111110000011000101010101011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8083B; }

 p { color: rgb(168,8,59); }

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

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

 a { background-color: rgb(168,8,59); }

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

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

 span { border-color: rgb(168,8,59); }

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