#a30f34

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

Shades of Carmine #A30F34

Tints of Carmine #A30F34

Color information

#A30F34 (or 0xA30F34) is unknown color: approx Carmine. HEX triplet: A3, 0F and 34. RGB value is (163,15,52). Sum of RGB (Red+Green+Blue) = 163+15+52=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F34 is #5CF0CB. Grayscale: #3F3F3F. Windows color (decimal): -6090956 or 3411875. OLE color: 3411875.

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

Color convert

RGB1631552-
CMYK00.910.680.36
HSL345º83.15%34.9%-
HSV(B)345º90.8%63.92%-
XYZ15.898.384.03-
YUV63.47121.53198.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.87%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=70.87%
G=6.52%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163155200.910.680.3634583.1534.9
HexA3F3405B44241595323
Octal243176401331044453112343
Binary1010001111111101000101101110001001001001010110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30f34; }

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

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

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

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

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

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

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

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