#920317

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

Shades of Carmine #920317

Tints of Carmine #920317

Color information

#920317 (or 0x920317) is unknown color: approx Carmine. HEX triplet: 92, 03 and 17. RGB value is (146,3,23). Sum of RGB (Red+Green+Blue) = 146+3+23=172 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.88% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 146 - color contains mainly: red. Hex color #920317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920317 is #6DFCE8. Grayscale: #303030. Windows color (decimal): -7208169 or 1508242. OLE color: 1508242.

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

Color convert

RGB146323-
CMYK00.980.840.43
HSL351.61º95.97%29.22%-
HSV(B)351.61º97.95%57.25%-
XYZ12.046.241.38-
YUV48.04113.88197.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 84.88%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=84.88%
G=1.74%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14632300.980.840.43351.6195.9729.22
Hex92317062542B160601d
Octal22232701421245354014035
Binary100100101110111011000101010100101011101100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920317; }

 p { color: rgb(146,3,23); }

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

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

 a { background-color: rgb(146,3,23); }

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

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

 span { border-color: rgb(146,3,23); }

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