Html Css Color HEX #951B10 Mandarian Orange

📋 copy color: '#951B10'

red 149 ◦ green 27 ◦ blue 16

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

Shades of Mandarian Orange #951B10

Tints of Mandarian Orange #951B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.06%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 77.6%
G = 14.06%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951B10 (or 0x951B10) is known color: Mandarian Orange. HEX triplet: 95, 1B and 10. RGB value is (149,27,16). Sum of RGB (Red+Green+Blue) = 149+27+16=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B10 is #6AE4EF. Grayscale: #3E3E3E. Windows color (decimal): -7005424 or 1055637. OLE color: 1055637.

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

Color convert

RGB 149 27 16 -
CMYK 0 0.82 0.89 0.42
HSL 4.96º 0.81% 0.32% -
HSV(B) 4.96º 0.89% 0.58% -
XYZ 12.88 7.21 1.2 -
YUV 62.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 149 27 16 0 0.82 0.89 0.42 4.96 0.81 0.32
Hex 95 1B 10 0 52 59 2A 5 51 20
Octal 225 33 20 0 122 131 52 5 121 40
Binary 10010101 11011 10000 0 1010010 1011001 101010 101 1010001 100000

Color Harmonies of #951B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B10

Black with #951B10

Text Example


Text Example

White with #951B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,16); }

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

background-color css

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

 a { background-color: rgb(149,27,16); }

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

border-color css

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

 span { border-color: rgb(149,27,16); }

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