Html Css Color HEX #920229 Carmine

📋 copy color: '#920229'

red 146 ◦ green 2 ◦ blue 41

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

Shades of Carmine #920229

Tints of Carmine #920229

RGB

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

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

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

R = 77.25%
G = 1.06%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#920229 (or 0x920229) is known color: Carmine. HEX triplet: 92, 02 and 29. RGB value is (146,2,41). Sum of RGB (Red+Green+Blue) = 146+2+41=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #920229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920229 is #6DFDD6. Grayscale: #313131. Windows color (decimal): -7208407 or 2687634. OLE color: 2687634.

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

Color convert

RGB 146 2 41 -
CMYK 0 0.99 0.72 0.43
HSL 343.75º 0.97% 0.29% -
HSV(B) 343.75º 0.99% 0.57% -
XYZ 12.28 6.31 2.67 -
YUV 49.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 146 2 41 0 0.99 0.72 0.43 343.75 0.97 0.29
Hex 92 2 29 0 63 48 2B 158 61 1D
Octal 222 2 51 0 143 110 53 530 141 35
Binary 10010010 10 101001 0 1100011 1001000 101011 101011000 1100001 11101

Color Harmonies of #920229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920229

Black with #920229

Text Example


Text Example

White with #920229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920229; }

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

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

background-color css

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

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

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

border-color css

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

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

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