#A50F3E

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

Shades of Cardinal #A50F3E

Tints of Cardinal #A50F3E

Color information

#A50F3E (or 0xA50F3E) is unknown color: approx Cardinal. HEX triplet: A5, 0F and 3E. RGB value is (165,15,62). Sum of RGB (Red+Green+Blue) = 165+15+62=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F3E is #5AF0C1. Grayscale: #414141. Windows color (decimal): -5959874 or 4067237. OLE color: 4067237.

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

Color convert

RGB1651562-
CMYK00.910.620.35
HSL341.2º83.33%35.29%-
HSV(B)341.2º90.91%64.71%-
XYZ16.568.695.36-
YUV65.21126.2199.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.18%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=68.18%
G=6.20%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165156200.910.620.35341.283.3335.29
HexA5F3E05B3E231555323
Octal24517760133764352512343
Binary101001011111111110010110111111101000111010101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F3E; }

 p { color: rgb(165,15,62); }

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

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

 a { background-color: rgb(165,15,62); }

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

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

 span { border-color: rgb(165,15,62); }

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