Html Css Color HEX #951C10 Mandarian Orange

📋 copy color: '#951C10'

red 149 ◦ green 28 ◦ blue 16

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

Shades of Mandarian Orange #951C10

Tints of Mandarian Orange #951C10

RGB

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

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

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

R = 77.2%
G = 14.51%
B = 8.29%

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

#951C10 (or 0x951C10) is known color: Mandarian Orange. HEX triplet: 95, 1C and 10. RGB value is (149,28,16). Sum of RGB (Red+Green+Blue) = 149+28+16=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #951C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C10 is #6AE3EF. Grayscale: #3E3E3E. Windows color (decimal): -7005168 or 1055893. OLE color: 1055893.

HSL color Cylindrical-coordinate representation of color #951C10: hue angle of 5.41º 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 #951C10 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 16 -
CMYK 0 0.81 0.89 0.42
HSL 5.41º 0.81% 0.32% -
HSV(B) 5.41º 0.89% 0.58% -
XYZ 12.9 7.26 1.21 -
YUV 62.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 149 28 16 0 0.81 0.89 0.42 5.41 0.81 0.32
Hex 95 1C 10 0 51 59 2A 5 51 20
Octal 225 34 20 0 121 131 52 5 121 40
Binary 10010101 11100 10000 0 1010001 1011001 101010 101 1010001 100000

Color Harmonies of #951C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C10

Black with #951C10

Text Example


Text Example

White with #951C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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