#A30F3A

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

Shades of Cardinal #A30F3A

Tints of Cardinal #A30F3A

Color information

#A30F3A (or 0xA30F3A) is unknown color: approx Cardinal. HEX triplet: A3, 0F and 3A. RGB value is (163,15,58). Sum of RGB (Red+Green+Blue) = 163+15+58=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F3A is #5CF0C5. Grayscale: #404040. Windows color (decimal): -6090950 or 3805091. OLE color: 3805091.

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

Color convert

RGB1631558-
CMYK00.910.640.36
HSL342.57º83.15%34.9%-
HSV(B)342.57º90.8%63.92%-
XYZ16.048.434.79-
YUV64.15124.53198.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 15 (6.25% from 255) = 6.36%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=69.07%
G=6.36%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163155800.910.640.36342.5783.1534.9
HexA3F3A05B40241575323
Octal243177201331004452712343
Binary1010001111111110100101101110000001001001010101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F3A; }

 p { color: rgb(163,15,58); }

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

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

 a { background-color: rgb(163,15,58); }

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

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

 span { border-color: rgb(163,15,58); }

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