Html Css Color HEX #921122 Carmine

📋 copy color: '#921122'

red 146 ◦ green 17 ◦ blue 34

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

Shades of Carmine #921122

Tints of Carmine #921122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 74.11%
G = 8.63%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#921122 (or 0x921122) is known color: Carmine. HEX triplet: 92, 11 and 22. RGB value is (146,17,34). Sum of RGB (Red+Green+Blue) = 146+17+34=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #921122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921122 is #6DEEDD. Grayscale: #393939. Windows color (decimal): -7204574 or 2232722. OLE color: 2232722.

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

Color convert

RGB 146 17 34 -
CMYK 0 0.88 0.77 0.43
HSL 352.09º 0.79% 0.32% -
HSV(B) 352.09º 0.88% 0.57% -
XYZ 12.34 6.63 2.14 -
YUV 57.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 146 17 34 0 0.88 0.77 0.43 352.09 0.79 0.32
Hex 92 11 22 0 58 4D 2B 160 4F 20
Octal 222 21 42 0 130 115 53 540 117 40
Binary 10010010 10001 100010 0 1011000 1001101 101011 101100000 1001111 100000

Color Harmonies of #921122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921122

Black with #921122

Text Example


Text Example

White with #921122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921122; }

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

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

background-color css

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

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

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

border-color css

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

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

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