Html Css Color HEX #92141E Carmine

📋 copy color: '#92141E'

red 146 ◦ green 20 ◦ blue 30

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

Shades of Carmine #92141E

Tints of Carmine #92141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 74.49%
G = 10.2%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92141E (or 0x92141E) is known color: Carmine. HEX triplet: 92, 14 and 1E. RGB value is (146,20,30). Sum of RGB (Red+Green+Blue) = 146+20+30=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92141E is #6DEBE1. Grayscale: #3A3A3A. Windows color (decimal): -7203810 or 1971346. OLE color: 1971346.

HSL color Cylindrical-coordinate representation of color #92141E: hue angle of 355.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92141E is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 20 30 -
CMYK 0 0.86 0.79 0.43
HSL 355.24º 0.76% 0.33% -
HSV(B) 355.24º 0.86% 0.57% -
XYZ 12.34 6.71 1.87 -
YUV 58.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 146 20 30 0 0.86 0.79 0.43 355.24 0.76 0.33
Hex 92 14 1E 0 56 4F 2B 163 4C 21
Octal 222 24 36 0 126 117 53 543 114 41
Binary 10010010 10100 11110 0 1010110 1001111 101011 101100011 1001100 100001

Color Harmonies of #92141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92141E

Black with #92141E

Text Example


Text Example

White with #92141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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