#93181A

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

Shades of Carmine #93181A

Tints of Carmine #93181A

Color information

#93181A (or 0x93181A) is unknown color: approx Carmine. HEX triplet: 93, 18 and 1A. RGB value is (147,24,26). Sum of RGB (Red+Green+Blue) = 147+24+26=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93181A is #6CE7E5. Grayscale: #3D3D3D. Windows color (decimal): -7137254 or 1710227. OLE color: 1710227.

HSL color Cylindrical-coordinate representation of color #93181A: hue angle of 359.02º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93181A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1472426-
CMYK00.840.820.42
HSL359.02º71.93%33.53%-
HSV(B)359.02º83.67%57.65%-
XYZ12.556.931.65-
YUV61108.25189.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.62%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=74.62%
G=12.18%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147242600.840.820.42359.0271.9333.53
Hex93181A054522A1674822
Octal223303201241225254711042
Binary1001001111000110100101010010100101010101011001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93181A; }

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

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

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

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

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

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

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

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