Html Css Color HEX #921228 Carmine

📋 copy color: '#921228'

red 146 ◦ green 18 ◦ blue 40

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

Shades of Carmine #921228

Tints of Carmine #921228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 40 (16.02% from 255) = 19.61%

R = 71.57%
G = 8.82%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#921228 (or 0x921228) is known color: Carmine. HEX triplet: 92, 12 and 28. RGB value is (146,18,40). Sum of RGB (Red+Green+Blue) = 146+18+40=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #921228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921228 is #6DEDD7. Grayscale: #3A3A3A. Windows color (decimal): -7204312 or 2626194. OLE color: 2626194.

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

Color convert

RGB 146 18 40 -
CMYK 0 0.88 0.73 0.43
HSL 349.69º 0.78% 0.32% -
HSV(B) 349.69º 0.88% 0.57% -
XYZ 12.45 6.7 2.64 -
YUV 58.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 146 18 40 0 0.88 0.73 0.43 349.69 0.78 0.32
Hex 92 12 28 0 58 49 2B 15E 4E 20
Octal 222 22 50 0 130 111 53 536 116 40
Binary 10010010 10010 101000 0 1011000 1001001 101011 101011110 1001110 100000

Color Harmonies of #921228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921228

Black with #921228

Text Example


Text Example

White with #921228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921228; }

 p { color: rgb(146,18,40); }

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

background-color css

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

 a { background-color: rgb(146,18,40); }

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

border-color css

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

 span { border-color: rgb(146,18,40); }

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