Html Css Color HEX #942112 Mandarian Orange

📋 copy color: '#942112'

red 148 ◦ green 33 ◦ blue 18

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

Shades of Mandarian Orange #942112

Tints of Mandarian Orange #942112

RGB

 RED value IS 148 (58.2% from 255) = 74.37%

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 74.37%
G = 16.58%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#942112 (or 0x942112) is known color: Mandarian Orange. HEX triplet: 94, 21 and 12. RGB value is (148,33,18). Sum of RGB (Red+Green+Blue) = 148+33+18=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #942112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942112 is #6BDEED. Grayscale: #414141. Windows color (decimal): -7069422 or 1188244. OLE color: 1188244.

HSL color Cylindrical-coordinate representation of color #942112: hue angle of 6.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #942112 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 33 18 -
CMYK 0 0.78 0.88 0.42
HSL 6.92º 0.78% 0.33% -
HSV(B) 6.92º 0.88% 0.58% -
XYZ 12.87 7.43 1.33 -
YUV 65.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 148 33 18 0 0.78 0.88 0.42 6.92 0.78 0.33
Hex 94 21 12 0 4E 58 2A 7 4E 21
Octal 224 41 22 0 116 130 52 7 116 41
Binary 10010100 100001 10010 0 1001110 1011000 101010 111 1001110 100001

Color Harmonies of #942112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942112

Black with #942112

Text Example


Text Example

White with #942112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942112; }

 p { color: rgb(148,33,18); }

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

background-color css

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

 a { background-color: rgb(148,33,18); }

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

border-color css

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

 span { border-color: rgb(148,33,18); }

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