Html Css Color HEX #920529 Carmine

📋 copy color: '#920529'

red 146 ◦ green 5 ◦ blue 41

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

Shades of Carmine #920529

Tints of Carmine #920529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

 BLUE value IS 41 (16.41% from 255) = 21.35%

R = 76.04%
G = 2.6%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#920529 (or 0x920529) is known color: Carmine. HEX triplet: 92, 05 and 29. RGB value is (146,5,41). Sum of RGB (Red+Green+Blue) = 146+5+41=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #920529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920529 is #6DFAD6. Grayscale: #333333. Windows color (decimal): -7207639 or 2688402. OLE color: 2688402.

HSL color Cylindrical-coordinate representation of color #920529: hue angle of 344.68º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920529 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 41 -
CMYK 0 0.97 0.72 0.43
HSL 344.68º 0.93% 0.3% -
HSV(B) 344.68º 0.97% 0.57% -
XYZ 12.31 6.38 2.68 -
YUV 51.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 146 5 41 0 0.97 0.72 0.43 344.68 0.93 0.3
Hex 92 5 29 0 61 48 2B 159 5D 1E
Octal 222 5 51 0 141 110 53 531 135 36
Binary 10010010 101 101001 0 1100001 1001000 101011 101011001 1011101 11110

Color Harmonies of #920529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920529

Black with #920529

Text Example


Text Example

White with #920529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920529; }

 p { color: rgb(146,5,41); }

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

background-color css

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

 a { background-color: rgb(146,5,41); }

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

border-color css

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

 span { border-color: rgb(146,5,41); }

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