Html Css Color HEX #920115 Carmine

📋 copy color: '#920115'

red 146 ◦ green 1 ◦ blue 21

#920115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #920115

Tints of Carmine #920115

RGB

 RED value IS 146 (57.42% from 255) = 86.9%

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 86.9%
G = 0.6%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#920115 (or 0x920115) is known color: Carmine. HEX triplet: 92, 01 and 15. RGB value is (146,1,21). Sum of RGB (Red+Green+Blue) = 146+1+21=168 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.90% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 146 - color contains mainly: red. Hex color #920115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920115 is #6DFEEA. Grayscale: #2E2E2E. Windows color (decimal): -7208683 or 1376658. OLE color: 1376658.

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

Color convert

RGB 146 1 21 -
CMYK 0 0.99 0.86 0.43
HSL 351.72º 0.99% 0.29% -
HSV(B) 351.72º 0.99% 0.57% -
XYZ 12 6.19 1.27 -
YUV 46.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 146 1 21 0 0.99 0.86 0.43 351.72 0.99 0.29
Hex 92 1 15 0 63 56 2B 160 63 1D
Octal 222 1 25 0 143 126 53 540 143 35
Binary 10010010 1 10101 0 1100011 1010110 101011 101100000 1100011 11101

Color Harmonies of #920115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920115

Black with #920115

Text Example


Text Example

White with #920115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920115; }

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

 H1.HeaderClassName
 {
   color: #920115;
 }
 .AnyTagClassName
 {
   color: #920115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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