#920A1A

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

Shades of Carmine #920A1A

Tints of Carmine #920A1A

Color information

#920A1A (or 0x920A1A) is unknown color: approx Carmine. HEX triplet: 92, 0A and 1A. RGB value is (146,10,26). Sum of RGB (Red+Green+Blue) = 146+10+26=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #920A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920A1A is #6DF5E5. Grayscale: #343434. Windows color (decimal): -7206374 or 1706642. OLE color: 1706642.

HSL color Cylindrical-coordinate representation of color #920A1A: hue angle of 352.94º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A1A is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1461026-
CMYK00.930.820.43
HSL352.94º87.18%30.59%-
HSV(B)352.94º93.15%57.25%-
XYZ12.156.41.57-
YUV52.49113.06194.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 80.22%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=80.22%
G=5.49%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146102600.930.820.43352.9487.1830.59
Hex92A1A05D522B161571f
Octal222123201351225354112737
Binary10010010101011010010111011010010101011101100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A1A; }

 p { color: rgb(146,10,26); }

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

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

 a { background-color: rgb(146,10,26); }

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

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

 span { border-color: rgb(146,10,26); }

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