Html Css Color HEX #921017 Carmine

📋 copy color: '#921017'

red 146 ◦ green 16 ◦ blue 23

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

Shades of Carmine #921017

Tints of Carmine #921017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 78.92%
G = 8.65%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921017 (or 0x921017) is known color: Carmine. HEX triplet: 92, 10 and 17. RGB value is (146,16,23). Sum of RGB (Red+Green+Blue) = 146+16+23=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921017 is #6DEFE8. Grayscale: #373737. Windows color (decimal): -7204841 or 1511570. OLE color: 1511570.

HSL color Cylindrical-coordinate representation of color #921017: hue angle of 356.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921017 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 16 23 -
CMYK 0 0.89 0.84 0.43
HSL 356.77º 0.8% 0.32% -
HSV(B) 356.77º 0.89% 0.57% -
XYZ 12.19 6.54 1.43 -
YUV 55.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 146 16 23 0 0.89 0.84 0.43 356.77 0.8 0.32
Hex 92 10 17 0 59 54 2B 165 50 20
Octal 222 20 27 0 131 124 53 545 120 40
Binary 10010010 10000 10111 0 1011001 1010100 101011 101100101 1010000 100000

Color Harmonies of #921017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921017

Black with #921017

Text Example


Text Example

White with #921017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921017; }

 p { color: rgb(146,16,23); }

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

background-color css

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

 a { background-color: rgb(146,16,23); }

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

border-color css

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

 span { border-color: rgb(146,16,23); }

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