Html Css Color HEX #931A12 Mandarian Orange

📋 copy color: '#931A12'

red 147 ◦ green 26 ◦ blue 18

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

Shades of Mandarian Orange #931A12

Tints of Mandarian Orange #931A12

RGB

 RED value IS 147 (57.81% from 255) = 76.96%

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 76.96%
G = 13.61%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#931A12 (or 0x931A12) is known color: Mandarian Orange. HEX triplet: 93, 1A and 12. RGB value is (147,26,18). Sum of RGB (Red+Green+Blue) = 147+26+18=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #931A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931A12 is #6CE5ED. Grayscale: #3D3D3D. Windows color (decimal): -7136750 or 1186451. OLE color: 1186451.

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

Color convert

RGB 147 26 18 -
CMYK 0 0.82 0.88 0.42
HSL 3.72º 0.78% 0.32% -
HSV(B) 3.72º 0.88% 0.58% -
XYZ 12.51 6.99 1.26 -
YUV 61.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 147 26 18 0 0.82 0.88 0.42 3.72 0.78 0.32
Hex 93 1A 12 0 52 58 2A 4 4E 20
Octal 223 32 22 0 122 130 52 4 116 40
Binary 10010011 11010 10010 0 1010010 1011000 101010 100 1001110 100000

Color Harmonies of #931A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931A12

Black with #931A12

Text Example


Text Example

White with #931A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931A12; }

 p { color: rgb(147,26,18); }

 H1.HeaderClassName
 {
   color: #931A12;
 }
 .AnyTagClassName
 {
   color: #931A12;
 }
</style>

background-color css

<style>
 a { background-color: #931A12; }

 a { background-color: rgb(147,26,18); }

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

border-color css

<style>
 span { border-color: #931A12; }

 span { border-color: rgb(147,26,18); }

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