#92102B

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

Shades of Carmine #92102B

Tints of Carmine #92102B

Color information

#92102B (or 0x92102B) is unknown color: approx Carmine. HEX triplet: 92, 10 and 2B. RGB value is (146,16,43). Sum of RGB (Red+Green+Blue) = 146+16+43=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #92102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92102B is #6DEFD4. Grayscale: #393939. Windows color (decimal): -7204821 or 2822290. OLE color: 2822290.

HSL color Cylindrical-coordinate representation of color #92102B: hue angle of 347.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #92102B is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1461643-
CMYK00.890.710.43
HSL347.54º80.25%31.76%-
HSV(B)347.54º89.04%57.25%-
XYZ12.486.662.91-
YUV57.95119.57190.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.22%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=71.22%
G=7.80%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146164300.890.710.43347.5480.2531.76
Hex92102B059472B15c5020
Octal222205301311075353412040
Binary10010010100001010110101100110001111010111010111001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92102B; }

 p { color: rgb(146,16,43); }

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

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

 a { background-color: rgb(146,16,43); }

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

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

 span { border-color: rgb(146,16,43); }

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