Html Css Color HEX #94220C Mandarian Orange

📋 copy color: '#94220C'

red 148 ◦ green 34 ◦ blue 12

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

Shades of Mandarian Orange #94220C

Tints of Mandarian Orange #94220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 76.29%
G = 17.53%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#94220C (or 0x94220C) is known color: Mandarian Orange. HEX triplet: 94, 22 and 0C. RGB value is (148,34,12). Sum of RGB (Red+Green+Blue) = 148+34+12=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #94220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94220C is #6BDDF3. Grayscale: #414141. Windows color (decimal): -7069172 or 795284. OLE color: 795284.

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

Color convert

RGB 148 34 12 -
CMYK 0 0.77 0.92 0.42
HSL 9.71º 0.85% 0.31% -
HSV(B) 9.71º 0.92% 0.58% -
XYZ 12.85 7.47 1.11 -
YUV 65.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 148 34 12 0 0.77 0.92 0.42 9.71 0.85 0.31
Hex 94 22 C 0 4D 5C 2A A 55 1F
Octal 224 42 14 0 115 134 52 12 125 37
Binary 10010100 100010 1100 0 1001101 1011100 101010 1010 1010101 11111

Color Harmonies of #94220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94220C

Black with #94220C

Text Example


Text Example

White with #94220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,34,12); }

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

background-color css

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

 a { background-color: rgb(148,34,12); }

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

border-color css

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

 span { border-color: rgb(148,34,12); }

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