Html Css Color HEX #951D12 Mandarian Orange

📋 copy color: '#951D12'

red 149 ◦ green 29 ◦ blue 18

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

Shades of Mandarian Orange #951D12

Tints of Mandarian Orange #951D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.8%

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

R = 76.02%
G = 14.8%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#951D12 (or 0x951D12) is known color: Mandarian Orange. HEX triplet: 95, 1D and 12. RGB value is (149,29,18). Sum of RGB (Red+Green+Blue) = 149+29+18=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #951D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D12 is #6AE2ED. Grayscale: #3F3F3F. Windows color (decimal): -7004910 or 1187221. OLE color: 1187221.

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

Color convert

RGB 149 29 18 -
CMYK 0 0.81 0.88 0.42
HSL 5.04º 0.78% 0.33% -
HSV(B) 5.04º 0.88% 0.58% -
XYZ 12.94 7.31 1.3 -
YUV 63.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 149 29 18 0 0.81 0.88 0.42 5.04 0.78 0.33
Hex 95 1D 12 0 51 58 2A 5 4E 21
Octal 225 35 22 0 121 130 52 5 116 41
Binary 10010101 11101 10010 0 1010001 1011000 101010 101 1001110 100001

Color Harmonies of #951D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D12

Black with #951D12

Text Example


Text Example

White with #951D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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