Html Css Color HEX #92061C Carmine

📋 copy color: '#92061C'

red 146 ◦ green 6 ◦ blue 28

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

Shades of Carmine #92061C

Tints of Carmine #92061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

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

R = 81.11%
G = 3.33%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#92061C (or 0x92061C) is known color: Carmine. HEX triplet: 92, 06 and 1C. RGB value is (146,6,28). Sum of RGB (Red+Green+Blue) = 146+6+28=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #92061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92061C is #6DF9E3. Grayscale: #323232. Windows color (decimal): -7207396 or 1836690. OLE color: 1836690.

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

Color convert

RGB 146 6 28 -
CMYK 0 0.96 0.81 0.43
HSL 350.57º 0.92% 0.3% -
HSV(B) 350.57º 0.96% 0.57% -
XYZ 12.13 6.33 1.68 -
YUV 50.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 146 6 28 0 0.96 0.81 0.43 350.57 0.92 0.3
Hex 92 6 1C 0 60 51 2B 15F 5C 1E
Octal 222 6 34 0 140 121 53 537 134 36
Binary 10010010 110 11100 0 1100000 1010001 101011 101011111 1011100 11110

Color Harmonies of #92061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92061C

Black with #92061C

Text Example


Text Example

White with #92061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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