Html Css Color HEX #92141D Carmine

📋 copy color: '#92141D'

red 146 ◦ green 20 ◦ blue 29

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

Shades of Carmine #92141D

Tints of Carmine #92141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 74.87%
G = 10.26%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92141D (or 0x92141D) is known color: Carmine. HEX triplet: 92, 14 and 1D. RGB value is (146,20,29). Sum of RGB (Red+Green+Blue) = 146+20+29=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #92141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92141D is #6DEBE2. Grayscale: #3A3A3A. Windows color (decimal): -7203811 or 1905810. OLE color: 1905810.

HSL color Cylindrical-coordinate representation of color #92141D: hue angle of 355.71º 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 #92141D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 20 29 -
CMYK 0 0.86 0.80 0.43
HSL 355.71º 0.76% 0.33% -
HSV(B) 355.71º 0.86% 0.57% -
XYZ 12.33 6.7 1.81 -
YUV 58.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 146 20 29 0 0.86 0.80 0.43 355.71 0.76 0.33
Hex 92 14 1D 0 56 50 2B 164 4C 21
Octal 222 24 35 0 126 120 53 544 114 41
Binary 10010010 10100 11101 0 1010110 1010000 101011 101100100 1001100 100001

Color Harmonies of #92141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92141D

Black with #92141D

Text Example


Text Example

White with #92141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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