#A71333

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

Shades of Cardinal #A71333

Tints of Cardinal #A71333

Color information

#A71333 (or 0xA71333) is unknown color: approx Cardinal. HEX triplet: A7, 13 and 33. RGB value is (167,19,51). Sum of RGB (Red+Green+Blue) = 167+19+51=237 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.46% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 167 - color contains mainly: red. Hex color #A71333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71333 is #58ECCC. Grayscale: #424242. Windows color (decimal): -5827789 or 3347367. OLE color: 3347367.

HSL color Cylindrical-coordinate representation of color #A71333: hue angle of 347.03º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71333 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1671951-
CMYK00.890.690.35
HSL347.03º79.57%36.47%-
HSV(B)347.03º88.62%65.49%-
XYZ16.778.923.97-
YUV66.9119.03199.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 70.46%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=70.46%
G=8.02%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167195100.890.690.35347.0379.5736.47
HexA71333059452315b5024
Octal247236301311054353312044
Binary10100111100111100110101100110001011000111010110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71333; }

 p { color: rgb(167,19,51); }

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

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

 a { background-color: rgb(167,19,51); }

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

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

 span { border-color: rgb(167,19,51); }

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