#A30038

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

Shades of Carmine #A30038

Tints of Carmine #A30038

Color information

#A30038 (or 0xA30038) is unknown color: approx Carmine. HEX triplet: A3, 00 and 38. RGB value is (163,0,56). Sum of RGB (Red+Green+Blue) = 163+0+56=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A30038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30038 is #5CFFC7. Grayscale: #373737. Windows color (decimal): -6094792 or 3670179. OLE color: 3670179.

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

Color convert

RGB163056-
CMYK010.660.36
HSL339.39º100%31.96%-
HSV(B)339.39º100%63.92%-
XYZ15.828.074.47-
YUV55.12128.5204.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=74.43%
G=0%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163056010.660.36339.3910031.96
HexA303806442241536420
Octal24307001441024452314440
Binary1010001101110000110010010000101001001010100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30038; }

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

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

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

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

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

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

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

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