Html Css Color HEX #920225 Carmine

📋 copy color: '#920225'

red 146 ◦ green 2 ◦ blue 37

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

Shades of Carmine #920225

Tints of Carmine #920225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20%

R = 78.92%
G = 1.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#920225 (or 0x920225) is known color: Carmine. HEX triplet: 92, 02 and 25. RGB value is (146,2,37). Sum of RGB (Red+Green+Blue) = 146+2+37=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #920225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920225 is #6DFDDA. Grayscale: #313131. Windows color (decimal): -7208411 or 2425490. OLE color: 2425490.

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

Color convert

RGB 146 2 37 -
CMYK 0 0.99 0.75 0.43
HSL 345.42º 0.97% 0.29% -
HSV(B) 345.42º 0.99% 0.57% -
XYZ 12.21 6.29 2.32 -
YUV 49.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 146 2 37 0 0.99 0.75 0.43 345.42 0.97 0.29
Hex 92 2 25 0 63 4B 2B 159 61 1D
Octal 222 2 45 0 143 113 53 531 141 35
Binary 10010010 10 100101 0 1100011 1001011 101011 101011001 1100001 11101

Color Harmonies of #920225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920225

Black with #920225

Text Example


Text Example

White with #920225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920225; }

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

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

background-color css

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

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

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

border-color css

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

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

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