Html Css Color HEX #94261B Mandarian Orange

📋 copy color: '#94261B'

red 148 ◦ green 38 ◦ blue 27

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

Shades of Mandarian Orange #94261B

Tints of Mandarian Orange #94261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 27 (10.94% from 255) = 12.68%

R = 69.48%
G = 17.84%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94261B (or 0x94261B) is known color: Mandarian Orange. HEX triplet: 94, 26 and 1B. RGB value is (148,38,27). Sum of RGB (Red+Green+Blue) = 148+38+27=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94261B is #6BD9E4. Grayscale: #454545. Windows color (decimal): -7068133 or 1779348. OLE color: 1779348.

HSL color Cylindrical-coordinate representation of color #94261B: hue angle of 5.45º degrees, saturation: 0.69, 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 #94261B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 38 27 -
CMYK 0 0.74 0.82 0.42
HSL 5.45º 0.69% 0.34% -
HSV(B) 5.45º 0.82% 0.58% -
XYZ 13.1 7.76 1.84 -
YUV 69.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 148 38 27 0 0.74 0.82 0.42 5.45 0.69 0.34
Hex 94 26 1B 0 4A 52 2A 5 45 22
Octal 224 46 33 0 112 122 52 5 105 42
Binary 10010100 100110 11011 0 1001010 1010010 101010 101 1000101 100010

Color Harmonies of #94261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94261B

Black with #94261B

Text Example


Text Example

White with #94261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,38,27); }

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

background-color css

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

 a { background-color: rgb(148,38,27); }

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

border-color css

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

 span { border-color: rgb(148,38,27); }

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