Html Css Color HEX #920C1C Carmine

📋 copy color: '#920C1C'

red 146 ◦ green 12 ◦ blue 28

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

Shades of Carmine #920C1C

Tints of Carmine #920C1C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

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

R = 78.49%
G = 6.45%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#920C1C (or 0x920C1C) is known color: Carmine. HEX triplet: 92, 0C and 1C. RGB value is (146,12,28). Sum of RGB (Red+Green+Blue) = 146+12+28=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #920C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920C1C is #6DF3E3. Grayscale: #353535. Windows color (decimal): -7205860 or 1838226. OLE color: 1838226.

HSL color Cylindrical-coordinate representation of color #920C1C: hue angle of 352.84º degrees, saturation: 0.85, 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 #920C1C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 12 28 -
CMYK 0 0.92 0.81 0.43
HSL 352.84º 0.85% 0.31% -
HSV(B) 352.84º 0.92% 0.57% -
XYZ 12.2 6.46 1.7 -
YUV 53.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 146 12 28 0 0.92 0.81 0.43 352.84 0.85 0.31
Hex 92 C 1C 0 5C 51 2B 161 55 1F
Octal 222 14 34 0 134 121 53 541 125 37
Binary 10010010 1100 11100 0 1011100 1010001 101011 101100001 1010101 11111

Color Harmonies of #920C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920C1C

Black with #920C1C

Text Example


Text Example

White with #920C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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