Html Css Color HEX #951C1A Mandarian Orange

📋 copy color: '#951C1A'

red 149 ◦ green 28 ◦ blue 26

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

Shades of Mandarian Orange #951C1A

Tints of Mandarian Orange #951C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 73.4%
G = 13.79%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#951C1A (or 0x951C1A) is known color: Mandarian Orange. HEX triplet: 95, 1C and 1A. RGB value is (149,28,26). Sum of RGB (Red+Green+Blue) = 149+28+26=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C1A is #6AE3E5. Grayscale: #404040. Windows color (decimal): -7005158 or 1711253. OLE color: 1711253.

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

Color convert

RGB 149 28 26 -
CMYK 0 0.81 0.83 0.42
HSL 0.98º 0.7% 0.34% -
HSV(B) 0.98º 0.83% 0.58% -
XYZ 13 7.29 1.7 -
YUV 63.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 149 28 26 0 0.81 0.83 0.42 0.98 0.7 0.34
Hex 95 1C 1A 0 51 53 2A 1 46 22
Octal 225 34 32 0 121 123 52 1 106 42
Binary 10010101 11100 11010 0 1010001 1010011 101010 1 1000110 100010

Color Harmonies of #951C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C1A

Black with #951C1A

Text Example


Text Example

White with #951C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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