Html Css Color HEX #95261C Mandarian Orange

📋 copy color: '#95261C'

red 149 ◦ green 38 ◦ blue 28

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

Shades of Mandarian Orange #95261C

Tints of Mandarian Orange #95261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 69.3%
G = 17.67%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95261C (or 0x95261C) is known color: Mandarian Orange. HEX triplet: 95, 26 and 1C. RGB value is (149,38,28). Sum of RGB (Red+Green+Blue) = 149+38+28=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #95261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95261C is #6AD9E3. Grayscale: #464646. Windows color (decimal): -7002596 or 1844885. OLE color: 1844885.

HSL color Cylindrical-coordinate representation of color #95261C: hue angle of 4.96º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95261C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 28 -
CMYK 0 0.74 0.81 0.42
HSL 4.96º 0.68% 0.35% -
HSV(B) 4.96º 0.81% 0.58% -
XYZ 13.3 7.86 1.91 -
YUV 70.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 149 38 28 0 0.74 0.81 0.42 4.96 0.68 0.35
Hex 95 26 1C 0 4A 51 2A 5 44 23
Octal 225 46 34 0 112 121 52 5 104 43
Binary 10010101 100110 11100 0 1001010 1010001 101010 101 1000100 100011

Color Harmonies of #95261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95261C

Black with #95261C

Text Example


Text Example

White with #95261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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