#A30B26

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

Shades of Carmine #A30B26

Tints of Carmine #A30B26

Color information

#A30B26 (or 0xA30B26) is unknown color: approx Carmine. HEX triplet: A3, 0B and 26. RGB value is (163,11,38). Sum of RGB (Red+Green+Blue) = 163+11+38=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30B26 is #5CF4D9. Grayscale: #3B3B3B. Windows color (decimal): -6091994 or 2493347. OLE color: 2493347.

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

Color convert

RGB1631138-
CMYK00.930.770.36
HSL349.34º87.36%34.12%-
HSV(B)349.34º93.25%63.92%-
XYZ15.578.172.59-
YUV59.53115.86201.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.89%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=76.89%
G=5.19%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163113800.930.770.36349.3487.3634.12
HexA3B2605D4D2415d5722
Octal243134601351154453512742
Binary1010001110111001100101110110011011001001010111011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30B26; }

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

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

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

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

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

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

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

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