Html Css Color HEX #921329 Carmine

📋 copy color: '#921329'

red 146 ◦ green 19 ◦ blue 41

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

Shades of Carmine #921329

Tints of Carmine #921329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 70.87%
G = 9.22%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#921329 (or 0x921329) is known color: Carmine. HEX triplet: 92, 13 and 29. RGB value is (146,19,41). Sum of RGB (Red+Green+Blue) = 146+19+41=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #921329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921329 is #6DECD6. Grayscale: #3B3B3B. Windows color (decimal): -7204055 or 2691986. OLE color: 2691986.

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

Color convert

RGB 146 19 41 -
CMYK 0 0.87 0.72 0.43
HSL 349.61º 0.77% 0.32% -
HSV(B) 349.61º 0.87% 0.57% -
XYZ 12.49 6.74 2.74 -
YUV 59.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 146 19 41 0 0.87 0.72 0.43 349.61 0.77 0.32
Hex 92 13 29 0 57 48 2B 15E 4D 20
Octal 222 23 51 0 127 110 53 536 115 40
Binary 10010010 10011 101001 0 1010111 1001000 101011 101011110 1001101 100000

Color Harmonies of #921329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921329

Black with #921329

Text Example


Text Example

White with #921329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921329; }

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

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

background-color css

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

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

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

border-color css

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

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

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