Html Css Color HEX #92260D Mandarian Orange

📋 copy color: '#92260D'

red 146 ◦ green 38 ◦ blue 13

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

Shades of Mandarian Orange #92260D

Tints of Mandarian Orange #92260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 74.11%
G = 19.29%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#92260D (or 0x92260D) is known color: Mandarian Orange. HEX triplet: 92, 26 and 0D. RGB value is (146,38,13). Sum of RGB (Red+Green+Blue) = 146+38+13=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92260D is #6DD9F2. Grayscale: #434343. Windows color (decimal): -7199219 or 861842. OLE color: 861842.

HSL color Cylindrical-coordinate representation of color #92260D: hue angle of 11.28º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92260D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 38 13 -
CMYK 0 0.74 0.91 0.43
HSL 11.28º 0.84% 0.31% -
HSV(B) 11.28º 0.91% 0.57% -
XYZ 12.62 7.53 1.17 -
YUV 67.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 146 38 13 0 0.74 0.91 0.43 11.28 0.84 0.31
Hex 92 26 D 0 4A 5B 2B B 54 1F
Octal 222 46 15 0 112 133 53 13 124 37
Binary 10010010 100110 1101 0 1001010 1011011 101011 1011 1010100 11111

Color Harmonies of #92260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92260D

Black with #92260D

Text Example


Text Example

White with #92260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92260D; }

 p { color: rgb(146,38,13); }

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

background-color css

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

 a { background-color: rgb(146,38,13); }

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

border-color css

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

 span { border-color: rgb(146,38,13); }

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