Html Css Color HEX #920124 Carmine

📋 copy color: '#920124'

red 146 ◦ green 1 ◦ blue 36

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

Shades of Carmine #920124

Tints of Carmine #920124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 36 (14.45% from 255) = 19.67%

R = 79.78%
G = 0.55%
B = 19.67%

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

#920124 (or 0x920124) is known color: Carmine. HEX triplet: 92, 01 and 24. RGB value is (146,1,36). Sum of RGB (Red+Green+Blue) = 146+1+36=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #920124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920124 is #6DFEDB. Grayscale: #303030. Windows color (decimal): -7208668 or 2359698. OLE color: 2359698.

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

Color convert

RGB 146 1 36 -
CMYK 0 0.99 0.75 0.43
HSL 345.52º 0.99% 0.29% -
HSV(B) 345.52º 0.99% 0.57% -
XYZ 12.18 6.26 2.24 -
YUV 48.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 146 1 36 0 0.99 0.75 0.43 345.52 0.99 0.29
Hex 92 1 24 0 63 4B 2B 15A 63 1D
Octal 222 1 44 0 143 113 53 532 143 35
Binary 10010010 1 100100 0 1100011 1001011 101011 101011010 1100011 11101

Color Harmonies of #920124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920124

Black with #920124

Text Example


Text Example

White with #920124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920124; }

 p { color: rgb(146,1,36); }

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

background-color css

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

 a { background-color: rgb(146,1,36); }

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

border-color css

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

 span { border-color: rgb(146,1,36); }

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