#930E1A

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

Shades of Carmine #930E1A

Tints of Carmine #930E1A

Color information

#930E1A (or 0x930E1A) is unknown color: approx Carmine. HEX triplet: 93, 0E and 1A. RGB value is (147,14,26). Sum of RGB (Red+Green+Blue) = 147+14+26=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #930E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930E1A is #6CF1E5. Grayscale: #373737. Windows color (decimal): -7139814 or 1707667. OLE color: 1707667.

HSL color Cylindrical-coordinate representation of color #930E1A: hue angle of 354.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E1A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1471426-
CMYK00.900.820.42
HSL354.59º82.61%31.57%-
HSV(B)354.59º90.48%57.65%-
XYZ12.386.591.6-
YUV55.13111.56193.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.61%
GREEN value IS 14 (5.86% from 255) = 7.49%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=78.61%
G=7.49%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147142600.900.820.42354.5982.6131.57
Hex93E1A05A522A1635320
Octal223163201321225254312340
Binary100100111110110100101101010100101010101011000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930E1A; }

 p { color: rgb(147,14,26); }

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

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

 a { background-color: rgb(147,14,26); }

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

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

 span { border-color: rgb(147,14,26); }

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