Html Css Color HEX #920119 Carmine

📋 copy color: '#920119'

red 146 ◦ green 1 ◦ blue 25

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

Shades of Carmine #920119

Tints of Carmine #920119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 84.88%
G = 0.58%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#920119 (or 0x920119) is known color: Carmine. HEX triplet: 92, 01 and 19. RGB value is (146,1,25). Sum of RGB (Red+Green+Blue) = 146+1+25=172 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.88% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 146 - color contains mainly: red. Hex color #920119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920119 is #6DFEE6. Grayscale: #2F2F2F. Windows color (decimal): -7208679 or 1638802. OLE color: 1638802.

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

Color convert

RGB 146 1 25 -
CMYK 0 0.99 0.83 0.43
HSL 350.07º 0.99% 0.29% -
HSV(B) 350.07º 0.99% 0.57% -
XYZ 12.04 6.2 1.48 -
YUV 47.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 146 1 25 0 0.99 0.83 0.43 350.07 0.99 0.29
Hex 92 1 19 0 63 53 2B 15E 63 1D
Octal 222 1 31 0 143 123 53 536 143 35
Binary 10010010 1 11001 0 1100011 1010011 101011 101011110 1100011 11101

Color Harmonies of #920119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920119

Black with #920119

Text Example


Text Example

White with #920119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920119; }

 p { color: rgb(146,1,25); }

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

background-color css

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

 a { background-color: rgb(146,1,25); }

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

border-color css

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

 span { border-color: rgb(146,1,25); }

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