Html Css Color HEX #94220B Mandarian Orange

📋 copy color: '#94220B'

red 148 ◦ green 34 ◦ blue 11

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

Shades of Mandarian Orange #94220B

Tints of Mandarian Orange #94220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 76.68%
G = 17.62%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94220B (or 0x94220B) is known color: Mandarian Orange. HEX triplet: 94, 22 and 0B. RGB value is (148,34,11). Sum of RGB (Red+Green+Blue) = 148+34+11=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94220B is #6BDDF4. Grayscale: #414141. Windows color (decimal): -7069173 or 729748. OLE color: 729748.

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

Color convert

RGB 148 34 11 -
CMYK 0 0.77 0.93 0.42
HSL 10.07º 0.86% 0.31% -
HSV(B) 10.07º 0.93% 0.58% -
XYZ 12.85 7.46 1.08 -
YUV 65.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 148 34 11 0 0.77 0.93 0.42 10.07 0.86 0.31
Hex 94 22 B 0 4D 5D 2A A 56 1F
Octal 224 42 13 0 115 135 52 12 126 37
Binary 10010100 100010 1011 0 1001101 1011101 101010 1010 1010110 11111

Color Harmonies of #94220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94220B

Black with #94220B

Text Example


Text Example

White with #94220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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