Html Css Color HEX #951C18 Mandarian Orange

📋 copy color: '#951C18'

red 149 ◦ green 28 ◦ blue 24

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

Shades of Mandarian Orange #951C18

Tints of Mandarian Orange #951C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 74.13%
G = 13.93%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#951C18 (or 0x951C18) is known color: Mandarian Orange. HEX triplet: 95, 1C and 18. RGB value is (149,28,24). Sum of RGB (Red+Green+Blue) = 149+28+24=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C18 is #6AE3E7. Grayscale: #3F3F3F. Windows color (decimal): -7005160 or 1580181. OLE color: 1580181.

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

Color convert

RGB 149 28 24 -
CMYK 0 0.81 0.84 0.42
HSL 1.92º 0.72% 0.34% -
HSV(B) 1.92º 0.84% 0.58% -
XYZ 12.97 7.29 1.59 -
YUV 63.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 149 28 24 0 0.81 0.84 0.42 1.92 0.72 0.34
Hex 95 1C 18 0 51 54 2A 2 48 22
Octal 225 34 30 0 121 124 52 2 110 42
Binary 10010101 11100 11000 0 1010001 1010100 101010 10 1001000 100010

Color Harmonies of #951C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C18

Black with #951C18

Text Example


Text Example

White with #951C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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