Html Css Color HEX #92240A Mandarian Orange

📋 copy color: '#92240A'

red 146 ◦ green 36 ◦ blue 10

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

Shades of Mandarian Orange #92240A

Tints of Mandarian Orange #92240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 76.04%
G = 18.75%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#92240A (or 0x92240A) is known color: Mandarian Orange. HEX triplet: 92, 24 and 0A. RGB value is (146,36,10). Sum of RGB (Red+Green+Blue) = 146+36+10=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #92240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92240A is #6DDBF5. Grayscale: #424242. Windows color (decimal): -7199734 or 664722. OLE color: 664722.

HSL color Cylindrical-coordinate representation of color #92240A: hue angle of 11.47º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92240A is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 36 10 -
CMYK 0 0.75 0.93 0.43
HSL 11.47º 0.87% 0.31% -
HSV(B) 11.47º 0.93% 0.57% -
XYZ 12.54 7.39 1.05 -
YUV 65.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 146 36 10 0 0.75 0.93 0.43 11.47 0.87 0.31
Hex 92 24 A 0 4B 5D 2B B 57 1F
Octal 222 44 12 0 113 135 53 13 127 37
Binary 10010010 100100 1010 0 1001011 1011101 101011 1011 1010111 11111

Color Harmonies of #92240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92240A

Black with #92240A

Text Example


Text Example

White with #92240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92240A; }

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

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

background-color css

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

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

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

border-color css

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

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

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