#A4141B

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

Shades of Carmine #A4141B

Tints of Carmine #A4141B

Color information

#A4141B (or 0xA4141B) is unknown color: approx Carmine. HEX triplet: A4, 14 and 1B. RGB value is (164,20,27). Sum of RGB (Red+Green+Blue) = 164+20+27=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A4141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4141B is #5BEBE4. Grayscale: #3F3F3F. Windows color (decimal): -6024165 or 1774756. OLE color: 1774756.

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

Color convert

RGB1642027-
CMYK00.880.840.36
HSL357.08º78.26%36.08%-
HSV(B)357.08º87.8%64.31%-
XYZ15.768.471.84-
YUV63.85107.21199.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 77.73%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=77.73%
G=9.48%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164202700.880.840.36357.0878.2636.08
HexA4141B05854241654e24
Octal244243301301244454511644
Binary1010010010100110110101100010101001001001011001011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4141B; }

 p { color: rgb(164,20,27); }

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

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

 a { background-color: rgb(164,20,27); }

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

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

 span { border-color: rgb(164,20,27); }

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