Html Css Color HEX #920223 Carmine

📋 copy color: '#920223'

red 146 ◦ green 2 ◦ blue 35

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

Shades of Carmine #920223

Tints of Carmine #920223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 79.78%
G = 1.09%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#920223 (or 0x920223) is known color: Carmine. HEX triplet: 92, 02 and 23. RGB value is (146,2,35). Sum of RGB (Red+Green+Blue) = 146+2+35=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #920223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920223 is #6DFDDC. Grayscale: #303030. Windows color (decimal): -7208413 or 2294418. OLE color: 2294418.

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

Color convert

RGB 146 2 35 -
CMYK 0 0.99 0.76 0.43
HSL 346.25º 0.97% 0.29% -
HSV(B) 346.25º 0.99% 0.57% -
XYZ 12.18 6.28 2.16 -
YUV 48.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 146 2 35 0 0.99 0.76 0.43 346.25 0.97 0.29
Hex 92 2 23 0 63 4C 2B 15A 61 1D
Octal 222 2 43 0 143 114 53 532 141 35
Binary 10010010 10 100011 0 1100011 1001100 101011 101011010 1100001 11101

Color Harmonies of #920223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920223

Black with #920223

Text Example


Text Example

White with #920223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920223; }

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

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

background-color css

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

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

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

border-color css

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

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

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