Html Css Color HEX #921121 Carmine

📋 copy color: '#921121'

red 146 ◦ green 17 ◦ blue 33

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

Shades of Carmine #921121

Tints of Carmine #921121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 74.49%
G = 8.67%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#921121 (or 0x921121) is known color: Carmine. HEX triplet: 92, 11 and 21. RGB value is (146,17,33). Sum of RGB (Red+Green+Blue) = 146+17+33=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921121 is #6DEEDE. Grayscale: #393939. Windows color (decimal): -7204575 or 2167186. OLE color: 2167186.

HSL color Cylindrical-coordinate representation of color #921121: hue angle of 352.56º degrees, saturation: 0.79, 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 #921121 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 17 33 -
CMYK 0 0.88 0.77 0.43
HSL 352.56º 0.79% 0.32% -
HSV(B) 352.56º 0.88% 0.57% -
XYZ 12.33 6.62 2.07 -
YUV 57.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 146 17 33 0 0.88 0.77 0.43 352.56 0.79 0.32
Hex 92 11 21 0 58 4D 2B 161 4F 20
Octal 222 21 41 0 130 115 53 541 117 40
Binary 10010010 10001 100001 0 1011000 1001101 101011 101100001 1001111 100000

Color Harmonies of #921121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921121

Black with #921121

Text Example


Text Example

White with #921121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921121; }

 p { color: rgb(146,17,33); }

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

background-color css

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

 a { background-color: rgb(146,17,33); }

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

border-color css

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

 span { border-color: rgb(146,17,33); }

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