Html Css Color HEX #951C11 Mandarian Orange

📋 copy color: '#951C11'

red 149 ◦ green 28 ◦ blue 17

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

Shades of Mandarian Orange #951C11

Tints of Mandarian Orange #951C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.43%

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 76.8%
G = 14.43%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951C11 (or 0x951C11) is known color: Mandarian Orange. HEX triplet: 95, 1C and 11. RGB value is (149,28,17). Sum of RGB (Red+Green+Blue) = 149+28+17=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #951C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C11 is #6AE3EE. Grayscale: #3F3F3F. Windows color (decimal): -7005167 or 1121429. OLE color: 1121429.

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

Color convert

RGB 149 28 17 -
CMYK 0 0.81 0.89 0.42
HSL 0.8% 0.33% -
HSV(B) 0.89% 0.58% -
XYZ 12.91 7.26 1.25 -
YUV 62.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 149 28 17 0 0.81 0.89 0.42 5 0.8 0.33
Hex 95 1C 11 0 51 59 2A 5 50 21
Octal 225 34 21 0 121 131 52 5 120 41
Binary 10010101 11100 10001 0 1010001 1011001 101010 101 1010000 100001

Color Harmonies of #951C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C11

Black with #951C11

Text Example


Text Example

White with #951C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,28,17); }

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

background-color css

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

 a { background-color: rgb(149,28,17); }

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

border-color css

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

 span { border-color: rgb(149,28,17); }

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