Html Css Color HEX #94200B Mandarian Orange

📋 copy color: '#94200B'

red 148 ◦ green 32 ◦ blue 11

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

Shades of Mandarian Orange #94200B

Tints of Mandarian Orange #94200B

RGB

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

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

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

R = 77.49%
G = 16.75%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94200B (or 0x94200B) is known color: Mandarian Orange. HEX triplet: 94, 20 and 0B. RGB value is (148,32,11). Sum of RGB (Red+Green+Blue) = 148+32+11=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #94200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94200B is #6BDFF4. Grayscale: #404040. Windows color (decimal): -7069685 or 729236. OLE color: 729236.

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

Color convert

RGB 148 32 11 -
CMYK 0 0.78 0.93 0.42
HSL 9.2º 0.86% 0.31% -
HSV(B) 9.2º 0.93% 0.58% -
XYZ 12.79 7.35 1.06 -
YUV 64.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 148 32 11 0 0.78 0.93 0.42 9.2 0.86 0.31
Hex 94 20 B 0 4E 5D 2A 9 56 1F
Octal 224 40 13 0 116 135 52 11 126 37
Binary 10010100 100000 1011 0 1001110 1011101 101010 1001 1010110 11111

Color Harmonies of #94200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94200B

Black with #94200B

Text Example


Text Example

White with #94200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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