Html Css Color HEX #921320 Carmine

📋 copy color: '#921320'

red 146 ◦ green 19 ◦ blue 32

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

Shades of Carmine #921320

Tints of Carmine #921320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 74.11%
G = 9.64%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#921320 (or 0x921320) is known color: Carmine. HEX triplet: 92, 13 and 20. RGB value is (146,19,32). Sum of RGB (Red+Green+Blue) = 146+19+32=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #921320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921320 is #6DECDF. Grayscale: #3A3A3A. Windows color (decimal): -7204064 or 2102162. OLE color: 2102162.

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

Color convert

RGB 146 19 32 -
CMYK 0 0.87 0.78 0.43
HSL 353.86º 0.77% 0.32% -
HSV(B) 353.86º 0.87% 0.57% -
XYZ 12.35 6.68 2.01 -
YUV 58.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 146 19 32 0 0.87 0.78 0.43 353.86 0.77 0.32
Hex 92 13 20 0 57 4E 2B 162 4D 20
Octal 222 23 40 0 127 116 53 542 115 40
Binary 10010010 10011 100000 0 1010111 1001110 101011 101100010 1001101 100000

Color Harmonies of #921320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921320

Black with #921320

Text Example


Text Example

White with #921320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921320; }

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

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

background-color css

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

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

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

border-color css

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

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

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