Html Css Color HEX #921322 Carmine

📋 copy color: '#921322'

red 146 ◦ green 19 ◦ blue 34

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

Shades of Carmine #921322

Tints of Carmine #921322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

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

R = 73.37%
G = 9.55%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#921322 (or 0x921322) is known color: Carmine. HEX triplet: 92, 13 and 22. RGB value is (146,19,34). Sum of RGB (Red+Green+Blue) = 146+19+34=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #921322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921322 is #6DECDD. Grayscale: #3A3A3A. Windows color (decimal): -7204062 or 2233234. OLE color: 2233234.

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

Color convert

RGB 146 19 34 -
CMYK 0 0.87 0.77 0.43
HSL 352.91º 0.77% 0.32% -
HSV(B) 352.91º 0.87% 0.57% -
XYZ 12.38 6.69 2.15 -
YUV 58.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 146 19 34 0 0.87 0.77 0.43 352.91 0.77 0.32
Hex 92 13 22 0 57 4D 2B 161 4D 20
Octal 222 23 42 0 127 115 53 541 115 40
Binary 10010010 10011 100010 0 1010111 1001101 101011 101100001 1001101 100000

Color Harmonies of #921322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921322

Black with #921322

Text Example


Text Example

White with #921322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921322; }

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

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

background-color css

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

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

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

border-color css

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

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

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