Html Css Color HEX #920915 Carmine

📋 copy color: '#920915'

red 146 ◦ green 9 ◦ blue 21

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

Shades of Carmine #920915

Tints of Carmine #920915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

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

R = 82.95%
G = 5.11%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#920915 (or 0x920915) is known color: Carmine. HEX triplet: 92, 09 and 15. RGB value is (146,9,21). Sum of RGB (Red+Green+Blue) = 146+9+21=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #920915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920915 is #6DF6EA. Grayscale: #333333. Windows color (decimal): -7206635 or 1378706. OLE color: 1378706.

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

Color convert

RGB 146 9 21 -
CMYK 0 0.94 0.86 0.43
HSL 354.74º 0.88% 0.3% -
HSV(B) 354.74º 0.94% 0.57% -
XYZ 12.09 6.36 1.3 -
YUV 51.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 146 9 21 0 0.94 0.86 0.43 354.74 0.88 0.3
Hex 92 9 15 0 5E 56 2B 163 58 1E
Octal 222 11 25 0 136 126 53 543 130 36
Binary 10010010 1001 10101 0 1011110 1010110 101011 101100011 1011000 11110

Color Harmonies of #920915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920915

Black with #920915

Text Example


Text Example

White with #920915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920915; }

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

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

background-color css

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

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

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

border-color css

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

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

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