Html Css Color HEX #920B1D Carmine

📋 copy color: '#920B1D'

red 146 ◦ green 11 ◦ blue 29

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

Shades of Carmine #920B1D

Tints of Carmine #920B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

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

R = 78.49%
G = 5.91%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#920B1D (or 0x920B1D) is known color: Carmine. HEX triplet: 92, 0B and 1D. RGB value is (146,11,29). Sum of RGB (Red+Green+Blue) = 146+11+29=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #920B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B1D is #6DF4E2. Grayscale: #353535. Windows color (decimal): -7206115 or 1903506. OLE color: 1903506.

HSL color Cylindrical-coordinate representation of color #920B1D: hue angle of 352º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B1D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 11 29 -
CMYK 0 0.92 0.80 0.43
HSL 352º 0.86% 0.31% -
HSV(B) 352º 0.92% 0.57% -
XYZ 12.2 6.44 1.76 -
YUV 53.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 146 11 29 0 0.92 0.80 0.43 352 0.86 0.31
Hex 92 B 1D 0 5C 50 2B 160 56 1F
Octal 222 13 35 0 134 120 53 540 126 37
Binary 10010010 1011 11101 0 1011100 1010000 101011 101100000 1010110 11111

Color Harmonies of #920B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920B1D

Black with #920B1D

Text Example


Text Example

White with #920B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920B1D; }

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

 H1.HeaderClassName
 {
   color: #920B1D;
 }
 .AnyTagClassName
 {
   color: #920B1D;
 }
</style>

background-color css

<style>
 a { background-color: #920B1D; }

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

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

border-color css

<style>
 span { border-color: #920B1D; }

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

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