Html Css Color HEX #922C29 Mandarian Orange

📋 copy color: '#922C29'

red 146 ◦ green 44 ◦ blue 41

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

Shades of Mandarian Orange #922C29

Tints of Mandarian Orange #922C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

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

R = 63.2%
G = 19.05%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#922C29 (or 0x922C29) is known color: Mandarian Orange. HEX triplet: 92, 2C and 29. RGB value is (146,44,41). Sum of RGB (Red+Green+Blue) = 146+44+41=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #922C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922C29 is #6DD3D6. Grayscale: #4A4A4A. Windows color (decimal): -7197655 or 2698386. OLE color: 2698386.

HSL color Cylindrical-coordinate representation of color #922C29: hue angle of 1.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922C29 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 44 41 -
CMYK 0 0.70 0.72 0.43
HSL 1.71º 0.56% 0.37% -
HSV(B) 1.71º 0.72% 0.57% -
XYZ 13.15 8.07 2.96 -
YUV 74.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 146 44 41 0 0.70 0.72 0.43 1.71 0.56 0.37
Hex 92 2C 29 0 46 48 2B 2 38 25
Octal 222 54 51 0 106 110 53 2 70 45
Binary 10010010 101100 101001 0 1000110 1001000 101011 10 111000 100101

Color Harmonies of #922C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922C29

Black with #922C29

Text Example


Text Example

White with #922C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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