#910E1F

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

Shades of Carmine #910E1F

Tints of Carmine #910E1F

Color information

#910E1F (or 0x910E1F) is unknown color: approx Carmine. HEX triplet: 91, 0E and 1F. RGB value is (145,14,31). Sum of RGB (Red+Green+Blue) = 145+14+31=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #910E1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E1F is #6EF1E0. Grayscale: #373737. Windows color (decimal): -7270881 or 2035345. OLE color: 2035345.

HSL color Cylindrical-coordinate representation of color #910E1F: hue angle of 352.21º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E1F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1451431-
CMYK00.900.790.43
HSL352.21º82.39%31.18%-
HSV(B)352.21º90.34%56.86%-
XYZ12.086.431.9-
YUV55.11114.4192.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 14 (5.86% from 255) = 7.37%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=76.32%
G=7.37%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145143100.900.790.43352.2182.3931.18
Hex91E1F05A4F2B160521f
Octal221163701321175354012237
Binary10010001111011111010110101001111101011101100000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910E1F; }

 p { color: rgb(145,14,31); }

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

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

 a { background-color: rgb(145,14,31); }

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

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

 span { border-color: rgb(145,14,31); }

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