#92001D

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

Shades of Carmine #92001D

Tints of Carmine #92001D

Color information

#92001D (or 0x92001D) is unknown color: approx Carmine. HEX triplet: 92, 00 and 1D. RGB value is (146,0,29). Sum of RGB (Red+Green+Blue) = 146+0+29=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #92001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92001D is #6DFFE2. Grayscale: #2E2E2E. Windows color (decimal): -7208931 or 1900690. OLE color: 1900690.

HSL color Cylindrical-coordinate representation of color #92001D: hue angle of 348.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92001D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB146029-
CMYK010.800.43
HSL348.08º100%28.63%-
HSV(B)348.08º100%57.25%-
XYZ12.086.21.72-
YUV46.96117.87198.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=83.43%
G=0%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146029010.800.43348.0810028.63
Hex9201D064502B15c641d
Octal22203501441205353414435
Binary10010010011101011001001010000101011101011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92001D; }

 p { color: rgb(146,0,29); }

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

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

 a { background-color: rgb(146,0,29); }

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

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

 span { border-color: rgb(146,0,29); }

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