Html Css Color HEX #92240C Mandarian Orange

📋 copy color: '#92240C'

red 146 ◦ green 36 ◦ blue 12

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

Shades of Mandarian Orange #92240C

Tints of Mandarian Orange #92240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 75.26%
G = 18.56%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#92240C (or 0x92240C) is known color: Mandarian Orange. HEX triplet: 92, 24 and 0C. RGB value is (146,36,12). Sum of RGB (Red+Green+Blue) = 146+36+12=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #92240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92240C is #6DDBF3. Grayscale: #424242. Windows color (decimal): -7199732 or 795794. OLE color: 795794.

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

Color convert

RGB 146 36 12 -
CMYK 0 0.75 0.92 0.43
HSL 10.75º 0.85% 0.31% -
HSV(B) 10.75º 0.92% 0.57% -
XYZ 12.55 7.4 1.11 -
YUV 66.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 146 36 12 0 0.75 0.92 0.43 10.75 0.85 0.31
Hex 92 24 C 0 4B 5C 2B B 55 1F
Octal 222 44 14 0 113 134 53 13 125 37
Binary 10010010 100100 1100 0 1001011 1011100 101011 1011 1010101 11111

Color Harmonies of #92240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92240C

Black with #92240C

Text Example


Text Example

White with #92240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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