Html Css Color HEX #92011A Carmine

📋 copy color: '#92011A'

red 146 ◦ green 1 ◦ blue 26

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

Shades of Carmine #92011A

Tints of Carmine #92011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 84.39%
G = 0.58%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92011A (or 0x92011A) is known color: Carmine. HEX triplet: 92, 01 and 1A. RGB value is (146,1,26). Sum of RGB (Red+Green+Blue) = 146+1+26=173 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.39% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 146 - color contains mainly: red. Hex color #92011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92011A is #6DFEE5. Grayscale: #2F2F2F. Windows color (decimal): -7208678 or 1704338. OLE color: 1704338.

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

Color convert

RGB 146 1 26 -
CMYK 0 0.99 0.82 0.43
HSL 349.66º 0.99% 0.29% -
HSV(B) 349.66º 0.99% 0.57% -
XYZ 12.05 6.21 1.54 -
YUV 47.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 146 1 26 0 0.99 0.82 0.43 349.66 0.99 0.29
Hex 92 1 1A 0 63 52 2B 15E 63 1D
Octal 222 1 32 0 143 122 53 536 143 35
Binary 10010010 1 11010 0 1100011 1010010 101011 101011110 1100011 11101

Color Harmonies of #92011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92011A

Black with #92011A

Text Example


Text Example

White with #92011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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