Html Css Color HEX #92131E Carmine

📋 copy color: '#92131E'

red 146 ◦ green 19 ◦ blue 30

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

Shades of Carmine #92131E

Tints of Carmine #92131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 74.87%
G = 9.74%
B = 15.38%

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

#92131E (or 0x92131E) is known color: Carmine. HEX triplet: 92, 13 and 1E. RGB value is (146,19,30). Sum of RGB (Red+Green+Blue) = 146+19+30=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #92131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92131E is #6DECE1. Grayscale: #3A3A3A. Windows color (decimal): -7204066 or 1971090. OLE color: 1971090.

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

Color convert

RGB 146 19 30 -
CMYK 0 0.87 0.79 0.43
HSL 354.8º 0.77% 0.32% -
HSV(B) 354.8º 0.87% 0.57% -
XYZ 12.32 6.67 1.87 -
YUV 58.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 146 19 30 0 0.87 0.79 0.43 354.8 0.77 0.32
Hex 92 13 1E 0 57 4F 2B 163 4D 20
Octal 222 23 36 0 127 117 53 543 115 40
Binary 10010010 10011 11110 0 1010111 1001111 101011 101100011 1001101 100000

Color Harmonies of #92131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92131E

Black with #92131E

Text Example


Text Example

White with #92131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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