Html Css Color HEX #92131F Carmine

📋 copy color: '#92131F'

red 146 ◦ green 19 ◦ blue 31

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

Shades of Carmine #92131F

Tints of Carmine #92131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 74.49%
G = 9.69%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92131F (or 0x92131F) is known color: Carmine. HEX triplet: 92, 13 and 1F. RGB value is (146,19,31). Sum of RGB (Red+Green+Blue) = 146+19+31=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92131F is #6DECE0. Grayscale: #3A3A3A. Windows color (decimal): -7204065 or 2036626. OLE color: 2036626.

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

Color convert

RGB 146 19 31 -
CMYK 0 0.87 0.79 0.43
HSL 354.33º 0.77% 0.32% -
HSV(B) 354.33º 0.87% 0.57% -
XYZ 12.33 6.68 1.93 -
YUV 58.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 146 19 31 0 0.87 0.79 0.43 354.33 0.77 0.32
Hex 92 13 1F 0 57 4F 2B 162 4D 20
Octal 222 23 37 0 127 117 53 542 115 40
Binary 10010010 10011 11111 0 1010111 1001111 101011 101100010 1001101 100000

Color Harmonies of #92131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92131F

Black with #92131F

Text Example


Text Example

White with #92131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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