Html Css Color HEX #94201A Mandarian Orange

📋 copy color: '#94201A'

red 148 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #94201A

Tints of Mandarian Orange #94201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 71.84%
G = 15.53%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94201A (or 0x94201A) is known color: Mandarian Orange. HEX triplet: 94, 20 and 1A. RGB value is (148,32,26). Sum of RGB (Red+Green+Blue) = 148+32+26=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #94201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94201A is #6BDFE5. Grayscale: #424242. Windows color (decimal): -7069670 or 1712276. OLE color: 1712276.

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

Color convert

RGB 148 32 26 -
CMYK 0 0.78 0.82 0.42
HSL 2.95º 0.7% 0.34% -
HSV(B) 2.95º 0.82% 0.58% -
XYZ 12.92 7.4 1.73 -
YUV 66 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 148 32 26 0 0.78 0.82 0.42 2.95 0.7 0.34
Hex 94 20 1A 0 4E 52 2A 3 46 22
Octal 224 40 32 0 116 122 52 3 106 42
Binary 10010100 100000 11010 0 1001110 1010010 101010 11 1000110 100010

Color Harmonies of #94201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94201A

Black with #94201A

Text Example


Text Example

White with #94201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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