Html Css Color HEX #921517 Carmine

📋 copy color: '#921517'

red 146 ◦ green 21 ◦ blue 23

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

Shades of Carmine #921517

Tints of Carmine #921517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

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

R = 76.84%
G = 11.05%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921517 (or 0x921517) is known color: Carmine. HEX triplet: 92, 15 and 17. RGB value is (146,21,23). Sum of RGB (Red+Green+Blue) = 146+21+23=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #921517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921517 is #6DEAE8. Grayscale: #3A3A3A. Windows color (decimal): -7203561 or 1512850. OLE color: 1512850.

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

Color convert

RGB 146 21 23 -
CMYK 0 0.86 0.84 0.43
HSL 359.04º 0.75% 0.33% -
HSV(B) 359.04º 0.86% 0.57% -
XYZ 12.28 6.71 1.46 -
YUV 58.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 146 21 23 0 0.86 0.84 0.43 359.04 0.75 0.33
Hex 92 15 17 0 56 54 2B 167 4B 21
Octal 222 25 27 0 126 124 53 547 113 41
Binary 10010010 10101 10111 0 1010110 1010100 101011 101100111 1001011 100001

Color Harmonies of #921517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921517

Black with #921517

Text Example


Text Example

White with #921517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921517; }

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

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

background-color css

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

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

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

border-color css

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

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

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