Html Css Color HEX #920314 Carmine

📋 copy color: '#920314'

red 146 ◦ green 3 ◦ blue 20

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

Shades of Carmine #920314

Tints of Carmine #920314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 86.39%
G = 1.78%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#920314 (or 0x920314) is known color: Carmine. HEX triplet: 92, 03 and 14. RGB value is (146,3,20). Sum of RGB (Red+Green+Blue) = 146+3+20=169 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.39% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 146 - color contains mainly: red. Hex color #920314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920314 is #6DFCEB. Grayscale: #2F2F2F. Windows color (decimal): -7208172 or 1311634. OLE color: 1311634.

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

Color convert

RGB 146 3 20 -
CMYK 0 0.98 0.86 0.43
HSL 352.87º 0.96% 0.29% -
HSV(B) 352.87º 0.98% 0.57% -
XYZ 12.01 6.23 1.23 -
YUV 47.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 146 3 20 0 0.98 0.86 0.43 352.87 0.96 0.29
Hex 92 3 14 0 62 56 2B 161 60 1D
Octal 222 3 24 0 142 126 53 541 140 35
Binary 10010010 11 10100 0 1100010 1010110 101011 101100001 1100000 11101

Color Harmonies of #920314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920314

Black with #920314

Text Example


Text Example

White with #920314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920314; }

 p { color: rgb(146,3,20); }

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

background-color css

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

 a { background-color: rgb(146,3,20); }

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

border-color css

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

 span { border-color: rgb(146,3,20); }

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