#a30c3b

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

Shades of Cardinal #A30C3B

Tints of Cardinal #A30C3B

Color information

#A30C3B (or 0xA30C3B) is unknown color: approx Cardinal. HEX triplet: A3, 0C and 3B. RGB value is (163,12,59). Sum of RGB (Red+Green+Blue) = 163+12+59=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30C3B is #5CF3C4. Grayscale: #3E3E3E. Windows color (decimal): -6091717 or 3869859. OLE color: 3869859.

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

Color convert

RGB1631259-
CMYK00.930.640.36
HSL341.32º86.29%34.31%-
HSV(B)341.32º92.64%63.92%-
XYZ16.038.374.91-
YUV62.51126.03199.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=69.66%
G=5.13%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163125900.930.640.36341.3286.2934.31
HexA3C3B05D40241555622
Octal243147301351004452512642
Binary1010001111001110110101110110000001001001010101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30c3b; }

 p { color: rgb(163,12,59); }

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

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

 a { background-color: rgb(163,12,59); }

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

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

 span { border-color: rgb(163,12,59); }

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