Html Css Color HEX #951C13 Mandarian Orange

📋 copy color: '#951C13'

red 149 ◦ green 28 ◦ blue 19

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

Shades of Mandarian Orange #951C13

Tints of Mandarian Orange #951C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 76.02%
G = 14.29%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951C13 (or 0x951C13) is known color: Mandarian Orange. HEX triplet: 95, 1C and 13. RGB value is (149,28,19). Sum of RGB (Red+Green+Blue) = 149+28+19=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #951C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C13 is #6AE3EC. Grayscale: #3F3F3F. Windows color (decimal): -7005165 or 1252501. OLE color: 1252501.

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

Color convert

RGB 149 28 19 -
CMYK 0 0.81 0.87 0.42
HSL 4.15º 0.77% 0.33% -
HSV(B) 4.15º 0.87% 0.58% -
XYZ 12.93 7.27 1.34 -
YUV 63.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 149 28 19 0 0.81 0.87 0.42 4.15 0.77 0.33
Hex 95 1C 13 0 51 57 2A 4 4D 21
Octal 225 34 23 0 121 127 52 4 115 41
Binary 10010101 11100 10011 0 1010001 1010111 101010 100 1001101 100001

Color Harmonies of #951C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C13

Black with #951C13

Text Example


Text Example

White with #951C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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