Html Css Color HEX #961A12 Mandarian Orange

📋 copy color: '#961A12'

red 150 ◦ green 26 ◦ blue 18

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

Shades of Mandarian Orange #961A12

Tints of Mandarian Orange #961A12

RGB

 RED value IS 150 (58.98% from 255) = 77.32%

 GREEN value IS 26 (10.55% from 255) = 13.4%

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

R = 77.32%
G = 13.4%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#961A12 (or 0x961A12) is known color: Mandarian Orange. HEX triplet: 96, 1A and 12. RGB value is (150,26,18). Sum of RGB (Red+Green+Blue) = 150+26+18=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #961A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A12 is #69E5ED. Grayscale: #3E3E3E. Windows color (decimal): -6940142 or 1186454. OLE color: 1186454.

HSL color Cylindrical-coordinate representation of color #961A12: hue angle of 3.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961A12 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 26 18 -
CMYK 0 0.83 0.88 0.41
HSL 3.64º 0.79% 0.33% -
HSV(B) 3.64º 0.88% 0.59% -
XYZ 13.06 7.27 1.29 -
YUV 62.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 150 26 18 0 0.83 0.88 0.41 3.64 0.79 0.33
Hex 96 1A 12 0 53 58 29 4 4F 21
Octal 226 32 22 0 123 130 51 4 117 41
Binary 10010110 11010 10010 0 1010011 1011000 101001 100 1001111 100001

Color Harmonies of #961A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A12

Black with #961A12

Text Example


Text Example

White with #961A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961A12; }

 p { color: rgb(150,26,18); }

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

background-color css

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

 a { background-color: rgb(150,26,18); }

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

border-color css

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

 span { border-color: rgb(150,26,18); }

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