Html Css Color HEX #951812 Mandarian Orange

📋 copy color: '#951812'

red 149 ◦ green 24 ◦ blue 18

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

Shades of Mandarian Orange #951812

Tints of Mandarian Orange #951812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 78.01%
G = 12.57%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#951812 (or 0x951812) is known color: Mandarian Orange. HEX triplet: 95, 18 and 12. RGB value is (149,24,18). Sum of RGB (Red+Green+Blue) = 149+24+18=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #951812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951812 is #6AE7ED. Grayscale: #3C3C3C. Windows color (decimal): -7006190 or 1185941. OLE color: 1185941.

HSL color Cylindrical-coordinate representation of color #951812: hue angle of 2.75º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951812 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 18 -
CMYK 0 0.84 0.88 0.42
HSL 2.75º 0.78% 0.33% -
HSV(B) 2.75º 0.88% 0.58% -
XYZ 12.83 7.09 1.26 -
YUV 60.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 149 24 18 0 0.84 0.88 0.42 2.75 0.78 0.33
Hex 95 18 12 0 54 58 2A 3 4E 21
Octal 225 30 22 0 124 130 52 3 116 41
Binary 10010101 11000 10010 0 1010100 1011000 101010 11 1001110 100001

Color Harmonies of #951812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951812

Black with #951812

Text Example


Text Example

White with #951812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951812; }

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

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

background-color css

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

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

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

border-color css

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

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

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