Html Css Color HEX #920520 Carmine

📋 copy color: '#920520'

red 146 ◦ green 5 ◦ blue 32

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

Shades of Carmine #920520

Tints of Carmine #920520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 79.78%
G = 2.73%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#920520 (or 0x920520) is known color: Carmine. HEX triplet: 92, 05 and 20. RGB value is (146,5,32). Sum of RGB (Red+Green+Blue) = 146+5+32=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #920520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920520 is #6DFADF. Grayscale: #323232. Windows color (decimal): -7207648 or 2098578. OLE color: 2098578.

HSL color Cylindrical-coordinate representation of color #920520: hue angle of 348.51º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920520 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 32 -
CMYK 0 0.97 0.78 0.43
HSL 348.51º 0.93% 0.3% -
HSV(B) 348.51º 0.97% 0.57% -
XYZ 12.17 6.32 1.95 -
YUV 50.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 146 5 32 0 0.97 0.78 0.43 348.51 0.93 0.3
Hex 92 5 20 0 61 4E 2B 15D 5D 1E
Octal 222 5 40 0 141 116 53 535 135 36
Binary 10010010 101 100000 0 1100001 1001110 101011 101011101 1011101 11110

Color Harmonies of #920520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920520

Black with #920520

Text Example


Text Example

White with #920520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920520; }

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

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

background-color css

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

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

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

border-color css

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

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

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