Html Css Color HEX #921618 Carmine

📋 copy color: '#921618'

red 146 ◦ green 22 ◦ blue 24

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

Shades of Carmine #921618

Tints of Carmine #921618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 76.04%
G = 11.46%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921618 (or 0x921618) is known color: Carmine. HEX triplet: 92, 16 and 18. RGB value is (146,22,24). Sum of RGB (Red+Green+Blue) = 146+22+24=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #921618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921618 is #6DE9E7. Grayscale: #3B3B3B. Windows color (decimal): -7203304 or 1578642. OLE color: 1578642.

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

Color convert

RGB 146 22 24 -
CMYK 0 0.85 0.84 0.43
HSL 359.03º 0.74% 0.33% -
HSV(B) 359.03º 0.85% 0.57% -
XYZ 12.31 6.75 1.52 -
YUV 59.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 146 22 24 0 0.85 0.84 0.43 359.03 0.74 0.33
Hex 92 16 18 0 55 54 2B 167 4A 21
Octal 222 26 30 0 125 124 53 547 112 41
Binary 10010010 10110 11000 0 1010101 1010100 101011 101100111 1001010 100001

Color Harmonies of #921618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921618

Black with #921618

Text Example


Text Example

White with #921618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921618; }

 p { color: rgb(146,22,24); }

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

background-color css

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

 a { background-color: rgb(146,22,24); }

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

border-color css

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

 span { border-color: rgb(146,22,24); }

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