Html Css Color HEX #92011C Carmine

📋 copy color: '#92011C'

red 146 ◦ green 1 ◦ blue 28

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

Shades of Carmine #92011C

Tints of Carmine #92011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 83.43%
G = 0.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#92011C (or 0x92011C) is known color: Carmine. HEX triplet: 92, 01 and 1C. RGB value is (146,1,28). Sum of RGB (Red+Green+Blue) = 146+1+28=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #92011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92011C is #6DFEE3. Grayscale: #2F2F2F. Windows color (decimal): -7208676 or 1835410. OLE color: 1835410.

HSL color Cylindrical-coordinate representation of color #92011C: hue angle of 348.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92011C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 1 28 -
CMYK 0 0.99 0.81 0.43
HSL 348.83º 0.99% 0.29% -
HSV(B) 348.83º 0.99% 0.57% -
XYZ 12.07 6.22 1.66 -
YUV 47.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 146 1 28 0 0.99 0.81 0.43 348.83 0.99 0.29
Hex 92 1 1C 0 63 51 2B 15D 63 1D
Octal 222 1 34 0 143 121 53 535 143 35
Binary 10010010 1 11100 0 1100011 1010001 101011 101011101 1100011 11101

Color Harmonies of #92011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92011C

Black with #92011C

Text Example


Text Example

White with #92011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92011C; }

 p { color: rgb(146,1,28); }

 H1.HeaderClassName
 {
   color: #92011C;
 }
 .AnyTagClassName
 {
   color: #92011C;
 }
</style>

background-color css

<style>
 a { background-color: #92011C; }

 a { background-color: rgb(146,1,28); }

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

border-color css

<style>
 span { border-color: #92011C; }

 span { border-color: rgb(146,1,28); }

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