Html Css Color HEX #921118 Carmine

📋 copy color: '#921118'

red 146 ◦ green 17 ◦ blue 24

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

Shades of Carmine #921118

Tints of Carmine #921118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 78.07%
G = 9.09%
B = 12.83%

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

#921118 (or 0x921118) is known color: Carmine. HEX triplet: 92, 11 and 18. RGB value is (146,17,24). Sum of RGB (Red+Green+Blue) = 146+17+24=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921118 is #6DEEE7. Grayscale: #383838. Windows color (decimal): -7204584 or 1577362. OLE color: 1577362.

HSL color Cylindrical-coordinate representation of color #921118: hue angle of 356.74º 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 #921118 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 17 24 -
CMYK 0 0.88 0.84 0.43
HSL 356.74º 0.79% 0.32% -
HSV(B) 356.74º 0.88% 0.57% -
XYZ 12.22 6.58 1.49 -
YUV 56.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 146 17 24 0 0.88 0.84 0.43 356.74 0.79 0.32
Hex 92 11 18 0 58 54 2B 165 4F 20
Octal 222 21 30 0 130 124 53 545 117 40
Binary 10010010 10001 11000 0 1011000 1010100 101011 101100101 1001111 100000

Color Harmonies of #921118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921118

Black with #921118

Text Example


Text Example

White with #921118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921118; }

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

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

background-color css

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

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

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

border-color css

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

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

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