#A30B18

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

Shades of Carmine #A30B18

Tints of Carmine #A30B18

Color information

#A30B18 (or 0xA30B18) is unknown color: approx Carmine. HEX triplet: A3, 0B and 18. RGB value is (163,11,24). Sum of RGB (Red+Green+Blue) = 163+11+24=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30B18 is #5CF4E7. Grayscale: #3A3A3A. Windows color (decimal): -6092008 or 1575843. OLE color: 1575843.

HSL color Cylindrical-coordinate representation of color #A30B18: hue angle of 354.87º degrees, saturation: 0.87, 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 #A30B18 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1631124-
CMYK00.930.850.36
HSL354.87º87.36%34.12%-
HSV(B)354.87º93.25%63.92%-
XYZ15.398.091.61-
YUV57.93108.86202.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 82.32%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=82.32%
G=5.56%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163112400.930.850.36354.8787.3634.12
HexA3B1805D55241635722
Octal243133001351254454312742
Binary101000111011110000101110110101011001001011000111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30B18; }

 p { color: rgb(163,11,24); }

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

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

 a { background-color: rgb(163,11,24); }

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

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

 span { border-color: rgb(163,11,24); }

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