Html Css Color HEX #920221 Carmine

📋 copy color: '#920221'

red 146 ◦ green 2 ◦ blue 33

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

Shades of Carmine #920221

Tints of Carmine #920221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 80.66%
G = 1.1%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#920221 (or 0x920221) is known color: Carmine. HEX triplet: 92, 02 and 21. RGB value is (146,2,33). Sum of RGB (Red+Green+Blue) = 146+2+33=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #920221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920221 is #6DFDDE. Grayscale: #303030. Windows color (decimal): -7208415 or 2163346. OLE color: 2163346.

HSL color Cylindrical-coordinate representation of color #920221: hue angle of 347.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920221 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 33 -
CMYK 0 0.99 0.77 0.43
HSL 347.08º 0.97% 0.29% -
HSV(B) 347.08º 0.99% 0.57% -
XYZ 12.15 6.26 2.01 -
YUV 48.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 146 2 33 0 0.99 0.77 0.43 347.08 0.97 0.29
Hex 92 2 21 0 63 4D 2B 15B 61 1D
Octal 222 2 41 0 143 115 53 533 141 35
Binary 10010010 10 100001 0 1100011 1001101 101011 101011011 1100001 11101

Color Harmonies of #920221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920221

Black with #920221

Text Example


Text Example

White with #920221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920221; }

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

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

background-color css

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

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

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

border-color css

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

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

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