Html Css Color HEX #92011B Carmine

📋 copy color: '#92011B'

red 146 ◦ green 1 ◦ blue 27

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

Shades of Carmine #92011B

Tints of Carmine #92011B

RGB

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

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

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

R = 83.91%
G = 0.57%
B = 15.52%

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

#92011B (or 0x92011B) is known color: Carmine. HEX triplet: 92, 01 and 1B. RGB value is (146,1,27). Sum of RGB (Red+Green+Blue) = 146+1+27=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #92011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92011B is #6DFEE4. Grayscale: #2F2F2F. Windows color (decimal): -7208677 or 1769874. OLE color: 1769874.

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

Color convert

RGB 146 1 27 -
CMYK 0 0.99 0.82 0.43
HSL 349.24º 0.99% 0.29% -
HSV(B) 349.24º 0.99% 0.57% -
XYZ 12.06 6.21 1.6 -
YUV 47.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 146 1 27 0 0.99 0.82 0.43 349.24 0.99 0.29
Hex 92 1 1B 0 63 52 2B 15D 63 1D
Octal 222 1 33 0 143 122 53 535 143 35
Binary 10010010 1 11011 0 1100011 1010010 101011 101011101 1100011 11101

Color Harmonies of #92011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92011B

Black with #92011B

Text Example


Text Example

White with #92011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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