#A51A3F

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

Shades of Cardinal #A51A3F

Tints of Cardinal #A51A3F

Color information

#A51A3F (or 0xA51A3F) is unknown color: approx Cardinal. HEX triplet: A5, 1A and 3F. RGB value is (165,26,63). Sum of RGB (Red+Green+Blue) = 165+26+63=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A3F is #5AE5C0. Grayscale: #474747. Windows color (decimal): -5957057 or 4135589. OLE color: 4135589.

HSL color Cylindrical-coordinate representation of color #A51A3F: hue angle of 344.03º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A3F is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1652663-
CMYK00.840.620.35
HSL344.03º72.77%37.45%-
HSV(B)344.03º84.24%64.71%-
XYZ16.789.15.57-
YUV71.78123.05194.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.96%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 63 (25% from 255) = 24.80%
R=64.96%
G=10.24%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165266300.840.620.35344.0372.7737.45
HexA51A3F0543E231584925
Octal24532770124764353011145
Binary1010010111010111111010101001111101000111010110001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A3F; }

 p { color: rgb(165,26,63); }

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

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

 a { background-color: rgb(165,26,63); }

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

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

 span { border-color: rgb(165,26,63); }

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