Html Css Color HEX #92131B Carmine

📋 copy color: '#92131B'

red 146 ◦ green 19 ◦ blue 27

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

Shades of Carmine #92131B

Tints of Carmine #92131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 76.04%
G = 9.9%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92131B (or 0x92131B) is known color: Carmine. HEX triplet: 92, 13 and 1B. RGB value is (146,19,27). Sum of RGB (Red+Green+Blue) = 146+19+27=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #92131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92131B is #6DECE4. Grayscale: #393939. Windows color (decimal): -7204069 or 1774482. OLE color: 1774482.

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

Color convert

RGB 146 19 27 -
CMYK 0 0.87 0.82 0.43
HSL 356.22º 0.77% 0.32% -
HSV(B) 356.22º 0.87% 0.57% -
XYZ 12.28 6.66 1.67 -
YUV 57.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 146 19 27 0 0.87 0.82 0.43 356.22 0.77 0.32
Hex 92 13 1B 0 57 52 2B 164 4D 20
Octal 222 23 33 0 127 122 53 544 115 40
Binary 10010010 10011 11011 0 1010111 1010010 101011 101100100 1001101 100000

Color Harmonies of #92131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92131B

Black with #92131B

Text Example


Text Example

White with #92131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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