Html Css Color HEX #920222 Carmine

📋 copy color: '#920222'

red 146 ◦ green 2 ◦ blue 34

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

Shades of Carmine #920222

Tints of Carmine #920222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.68%

R = 80.22%
G = 1.1%
B = 18.68%

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

#920222 (or 0x920222) is known color: Carmine. HEX triplet: 92, 02 and 22. RGB value is (146,2,34). Sum of RGB (Red+Green+Blue) = 146+2+34=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #920222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920222 is #6DFDDD. Grayscale: #303030. Windows color (decimal): -7208414 or 2228882. OLE color: 2228882.

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

Color convert

RGB 146 2 34 -
CMYK 0 0.99 0.77 0.43
HSL 346.67º 0.97% 0.29% -
HSV(B) 346.67º 0.99% 0.57% -
XYZ 12.16 6.27 2.08 -
YUV 48.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 146 2 34 0 0.99 0.77 0.43 346.67 0.97 0.29
Hex 92 2 22 0 63 4D 2B 15B 61 1D
Octal 222 2 42 0 143 115 53 533 141 35
Binary 10010010 10 100010 0 1100011 1001101 101011 101011011 1100001 11101

Color Harmonies of #920222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920222

Black with #920222

Text Example


Text Example

White with #920222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920222; }

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

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

background-color css

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

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

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

border-color css

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

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

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