Html Css Color HEX #942012 Mandarian Orange

📋 copy color: '#942012'

red 148 ◦ green 32 ◦ blue 18

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

Shades of Mandarian Orange #942012

Tints of Mandarian Orange #942012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 74.75%
G = 16.16%
B = 9.09%

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

#942012 (or 0x942012) is known color: Mandarian Orange. HEX triplet: 94, 20 and 12. RGB value is (148,32,18). Sum of RGB (Red+Green+Blue) = 148+32+18=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #942012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942012 is #6BDFED. Grayscale: #414141. Windows color (decimal): -7069678 or 1187988. OLE color: 1187988.

HSL color Cylindrical-coordinate representation of color #942012: hue angle of 6.46º 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 #942012 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 18 -
CMYK 0 0.78 0.88 0.42
HSL 6.46º 0.78% 0.33% -
HSV(B) 6.46º 0.88% 0.58% -
XYZ 12.84 7.37 1.32 -
YUV 65.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 148 32 18 0 0.78 0.88 0.42 6.46 0.78 0.33
Hex 94 20 12 0 4E 58 2A 6 4E 21
Octal 224 40 22 0 116 130 52 6 116 41
Binary 10010100 100000 10010 0 1001110 1011000 101010 110 1001110 100001

Color Harmonies of #942012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942012

Black with #942012

Text Example


Text Example

White with #942012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942012; }

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

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

background-color css

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

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

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

border-color css

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

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

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