Html Css Color HEX #920613 Carmine

📋 copy color: '#920613'

red 146 ◦ green 6 ◦ blue 19

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

Shades of Carmine #920613

Tints of Carmine #920613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 85.38%
G = 3.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#920613 (or 0x920613) is known color: Carmine. HEX triplet: 92, 06 and 13. RGB value is (146,6,19). Sum of RGB (Red+Green+Blue) = 146+6+19=171 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.38% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 146 - color contains mainly: red. Hex color #920613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920613 is #6DF9EC. Grayscale: #313131. Windows color (decimal): -7207405 or 1246866. OLE color: 1246866.

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

Color convert

RGB 146 6 19 -
CMYK 0 0.96 0.87 0.43
HSL 354.43º 0.92% 0.3% -
HSV(B) 354.43º 0.96% 0.57% -
XYZ 12.04 6.29 1.2 -
YUV 49.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 146 6 19 0 0.96 0.87 0.43 354.43 0.92 0.3
Hex 92 6 13 0 60 57 2B 162 5C 1E
Octal 222 6 23 0 140 127 53 542 134 36
Binary 10010010 110 10011 0 1100000 1010111 101011 101100010 1011100 11110

Color Harmonies of #920613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920613

Black with #920613

Text Example


Text Example

White with #920613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920613; }

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

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

background-color css

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

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

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

border-color css

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

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

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