Html Css Color HEX #951C0F Mandarian Orange

📋 copy color: '#951C0F'

red 149 ◦ green 28 ◦ blue 15

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

Shades of Mandarian Orange #951C0F

Tints of Mandarian Orange #951C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 77.6%
G = 14.58%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#951C0F (or 0x951C0F) is known color: Mandarian Orange. HEX triplet: 95, 1C and 0F. RGB value is (149,28,15). Sum of RGB (Red+Green+Blue) = 149+28+15=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C0F is #6AE3F0. Grayscale: #3E3E3E. Windows color (decimal): -7005169 or 990357. OLE color: 990357.

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

Color convert

RGB 149 28 15 -
CMYK 0 0.81 0.90 0.42
HSL 5.82º 0.82% 0.32% -
HSV(B) 5.82º 0.9% 0.58% -
XYZ 12.9 7.25 1.17 -
YUV 62.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 149 28 15 0 0.81 0.90 0.42 5.82 0.82 0.32
Hex 95 1C F 0 51 5A 2A 6 52 20
Octal 225 34 17 0 121 132 52 6 122 40
Binary 10010101 11100 1111 0 1010001 1011010 101010 110 1010010 100000

Color Harmonies of #951C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C0F

Black with #951C0F

Text Example


Text Example

White with #951C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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