#920415

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

Shades of Carmine #920415

Tints of Carmine #920415

Color information

#920415 (or 0x920415) is unknown color: approx Carmine. HEX triplet: 92, 04 and 15. RGB value is (146,4,21). Sum of RGB (Red+Green+Blue) = 146+4+21=171 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.38% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 146 - color contains mainly: red. Hex color #920415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920415 is #6DFBEA. Grayscale: #303030. Windows color (decimal): -7207915 or 1377426. OLE color: 1377426.

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

Color convert

RGB146421-
CMYK00.970.860.43
HSL352.82º94.67%29.41%-
HSV(B)352.82º97.26%57.25%-
XYZ12.036.251.28-
YUV48.4112.54197.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 85.38%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=85.38%
G=2.34%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14642100.970.860.43352.8294.6729.41
Hex92415061562B1615f1d
Octal22242501411265354113735
Binary1001001010010101011000011010110101011101100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920415; }

 p { color: rgb(146,4,21); }

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

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

 a { background-color: rgb(146,4,21); }

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

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

 span { border-color: rgb(146,4,21); }

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