Html Css Color HEX #951E12 Mandarian Orange

📋 copy color: '#951E12'

red 149 ◦ green 30 ◦ blue 18

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

Shades of Mandarian Orange #951E12

Tints of Mandarian Orange #951E12

RGB

 RED value IS 149 (58.59% from 255) = 75.63%

 GREEN value IS 30 (12.11% from 255) = 15.23%

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

R = 75.63%
G = 15.23%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#951E12 (or 0x951E12) is known color: Mandarian Orange. HEX triplet: 95, 1E and 12. RGB value is (149,30,18). Sum of RGB (Red+Green+Blue) = 149+30+18=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #951E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E12 is #6AE1ED. Grayscale: #404040. Windows color (decimal): -7004654 or 1187477. OLE color: 1187477.

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

Color convert

RGB 149 30 18 -
CMYK 0 0.80 0.88 0.42
HSL 5.5º 0.78% 0.33% -
HSV(B) 5.5º 0.88% 0.58% -
XYZ 12.97 7.36 1.31 -
YUV 64.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 149 30 18 0 0.80 0.88 0.42 5.5 0.78 0.33
Hex 95 1E 12 0 50 58 2A 5 4E 21
Octal 225 36 22 0 120 130 52 5 116 41
Binary 10010101 11110 10010 0 1010000 1011000 101010 101 1001110 100001

Color Harmonies of #951E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E12

Black with #951E12

Text Example


Text Example

White with #951E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951E12; }

 p { color: rgb(149,30,18); }

 H1.HeaderClassName
 {
   color: #951E12;
 }
 .AnyTagClassName
 {
   color: #951E12;
 }
</style>

background-color css

<style>
 a { background-color: #951E12; }

 a { background-color: rgb(149,30,18); }

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

border-color css

<style>
 span { border-color: #951E12; }

 span { border-color: rgb(149,30,18); }

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