#A30F39

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

Shades of Cardinal #A30F39

Tints of Cardinal #A30F39

Color information

#A30F39 (or 0xA30F39) is unknown color: approx Cardinal. HEX triplet: A3, 0F and 39. RGB value is (163,15,57). Sum of RGB (Red+Green+Blue) = 163+15+57=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F39 is #5CF0C6. Grayscale: #404040. Windows color (decimal): -6090951 or 3739555. OLE color: 3739555.

HSL color Cylindrical-coordinate representation of color #A30F39: hue angle of 342.97º 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 #A30F39 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1631557-
CMYK00.910.650.36
HSL342.97º83.15%34.9%-
HSV(B)342.97º90.8%63.92%-
XYZ16.018.424.65-
YUV64.04124.03198.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.36%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=69.36%
G=6.38%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163155700.910.650.36342.9783.1534.9
HexA3F3905B41241575323
Octal243177101331014452712343
Binary1010001111111110010101101110000011001001010101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F39; }

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

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

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

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

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

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

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

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