#A3000F

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

Shades of Carmine #A3000F

Tints of Carmine #A3000F

Color information

#A3000F (or 0xA3000F) is unknown color: approx Carmine. HEX triplet: A3, 00 and 0F. RGB value is (163,0,15). Sum of RGB (Red+Green+Blue) = 163+0+15=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A3000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3000F is #5CFFF0. Grayscale: #323232. Windows color (decimal): -6094833 or 983203. OLE color: 983203.

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

Color convert

RGB163015-
CMYK010.910.36
HSL354.48º100%31.96%-
HSV(B)354.48º100%63.92%-
XYZ15.197.821.16-
YUV50.45108208.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 91.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=91.57%
G=0%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163015010.910.36354.4810031.96
HexA30F0645B241626420
Octal24301701441334454214440
Binary10100011011110110010010110111001001011000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3000F; }

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

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

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

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

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

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

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

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