Html Css Color HEX #920227 Carmine

📋 copy color: '#920227'

red 146 ◦ green 2 ◦ blue 39

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

Shades of Carmine #920227

Tints of Carmine #920227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.86%

R = 78.07%
G = 1.07%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#920227 (or 0x920227) is known color: Carmine. HEX triplet: 92, 02 and 27. RGB value is (146,2,39). Sum of RGB (Red+Green+Blue) = 146+2+39=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #920227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920227 is #6DFDD8. Grayscale: #313131. Windows color (decimal): -7208409 or 2556562. OLE color: 2556562.

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

Color convert

RGB 146 2 39 -
CMYK 0 0.99 0.73 0.43
HSL 344.58º 0.97% 0.29% -
HSV(B) 344.58º 0.99% 0.57% -
XYZ 12.24 6.3 2.49 -
YUV 49.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 146 2 39 0 0.99 0.73 0.43 344.58 0.97 0.29
Hex 92 2 27 0 63 49 2B 159 61 1D
Octal 222 2 47 0 143 111 53 531 141 35
Binary 10010010 10 100111 0 1100011 1001001 101011 101011001 1100001 11101

Color Harmonies of #920227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920227

Black with #920227

Text Example


Text Example

White with #920227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920227; }

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

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

background-color css

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

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

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

border-color css

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

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

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