Html Css Color HEX #921117 Carmine

📋 copy color: '#921117'

red 146 ◦ green 17 ◦ blue 23

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

Shades of Carmine #921117

Tints of Carmine #921117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 78.49%
G = 9.14%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921117 (or 0x921117) is known color: Carmine. HEX triplet: 92, 11 and 17. RGB value is (146,17,23). Sum of RGB (Red+Green+Blue) = 146+17+23=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #921117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921117 is #6DEEE8. Grayscale: #383838. Windows color (decimal): -7204585 or 1511826. OLE color: 1511826.

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

Color convert

RGB 146 17 23 -
CMYK 0 0.88 0.84 0.43
HSL 357.21º 0.79% 0.32% -
HSV(B) 357.21º 0.88% 0.57% -
XYZ 12.21 6.57 1.44 -
YUV 56.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 146 17 23 0 0.88 0.84 0.43 357.21 0.79 0.32
Hex 92 11 17 0 58 54 2B 165 4F 20
Octal 222 21 27 0 130 124 53 545 117 40
Binary 10010010 10001 10111 0 1011000 1010100 101011 101100101 1001111 100000

Color Harmonies of #921117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921117

Black with #921117

Text Example


Text Example

White with #921117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921117; }

 p { color: rgb(146,17,23); }

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

background-color css

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

 a { background-color: rgb(146,17,23); }

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

border-color css

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

 span { border-color: rgb(146,17,23); }

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