Html Css Color HEX #921417 Carmine

📋 copy color: '#921417'

red 146 ◦ green 20 ◦ blue 23

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

Shades of Carmine #921417

Tints of Carmine #921417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 77.25%
G = 10.58%
B = 12.17%

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

#921417 (or 0x921417) is known color: Carmine. HEX triplet: 92, 14 and 17. RGB value is (146,20,23). Sum of RGB (Red+Green+Blue) = 146+20+23=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #921417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921417 is #6DEBE8. Grayscale: #3A3A3A. Windows color (decimal): -7203817 or 1512594. OLE color: 1512594.

HSL color Cylindrical-coordinate representation of color #921417: hue angle of 358.57º degrees, saturation: 0.76, 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 #921417 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 20 23 -
CMYK 0 0.86 0.84 0.43
HSL 358.57º 0.76% 0.33% -
HSV(B) 358.57º 0.86% 0.57% -
XYZ 12.26 6.67 1.45 -
YUV 58.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 146 20 23 0 0.86 0.84 0.43 358.57 0.76 0.33
Hex 92 14 17 0 56 54 2B 167 4C 21
Octal 222 24 27 0 126 124 53 547 114 41
Binary 10010010 10100 10111 0 1010110 1010100 101011 101100111 1001100 100001

Color Harmonies of #921417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921417

Black with #921417

Text Example


Text Example

White with #921417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921417; }

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

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

background-color css

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

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

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

border-color css

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

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

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