Html Css Color HEX #951912 Mandarian Orange

📋 copy color: '#951912'

red 149 ◦ green 25 ◦ blue 18

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

Shades of Mandarian Orange #951912

Tints of Mandarian Orange #951912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 77.6%
G = 13.02%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#951912 (or 0x951912) is known color: Mandarian Orange. HEX triplet: 95, 19 and 12. RGB value is (149,25,18). Sum of RGB (Red+Green+Blue) = 149+25+18=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951912 is #6AE6ED. Grayscale: #3D3D3D. Windows color (decimal): -7005934 or 1186197. OLE color: 1186197.

HSL color Cylindrical-coordinate representation of color #951912: hue angle of 3.21º 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 #951912 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 18 -
CMYK 0 0.83 0.88 0.42
HSL 3.21º 0.78% 0.33% -
HSV(B) 3.21º 0.88% 0.58% -
XYZ 12.85 7.13 1.27 -
YUV 61.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 149 25 18 0 0.83 0.88 0.42 3.21 0.78 0.33
Hex 95 19 12 0 53 58 2A 3 4E 21
Octal 225 31 22 0 123 130 52 3 116 41
Binary 10010101 11001 10010 0 1010011 1011000 101010 11 1001110 100001

Color Harmonies of #951912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951912

Black with #951912

Text Example


Text Example

White with #951912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951912; }

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

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

background-color css

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

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

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

border-color css

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

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

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