#A8091B

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

Shades of Carmine #A8091B

Tints of Carmine #A8091B

Color information

#A8091B (or 0xA8091B) is unknown color: approx Carmine. HEX triplet: A8, 09 and 1B. RGB value is (168,9,27). Sum of RGB (Red+Green+Blue) = 168+9+27=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A8091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8091B is #57F6E4. Grayscale: #3A3A3A. Windows color (decimal): -5764837 or 1771944. OLE color: 1771944.

HSL color Cylindrical-coordinate representation of color #A8091B: hue angle of 353.21º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8091B is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB168927-
CMYK00.950.840.34
HSL353.21º89.83%34.71%-
HSV(B)353.21º94.64%65.88%-
XYZ16.448.61.83-
YUV58.59110.18206.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 82.35%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=82.35%
G=4.41%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16892700.950.840.34353.2189.8334.71
HexA891B05F54221615a23
Octal250113301371244254113243
Binary101010001001110110101111110101001000101011000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8091B; }

 p { color: rgb(168,9,27); }

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

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

 a { background-color: rgb(168,9,27); }

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

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

 span { border-color: rgb(168,9,27); }

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