Html Css Color HEX #952626 Mandarian Orange

📋 copy color: '#952626'

red 149 ◦ green 38 ◦ blue 38

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

Shades of Mandarian Orange #952626

Tints of Mandarian Orange #952626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.89%

R = 66.22%
G = 16.89%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952626 (or 0x952626) is known color: Mandarian Orange. HEX triplet: 95, 26 and 26. RGB value is (149,38,38). Sum of RGB (Red+Green+Blue) = 149+38+38=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952626 is #6AD9D9. Grayscale: #474747. Windows color (decimal): -7002586 or 2500245. OLE color: 2500245.

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

Color convert

RGB 149 38 38 -
CMYK 0 0.74 0.74 0.42
HSL 0.59% 0.37% -
HSV(B) 0.74% 0.58% -
XYZ 13.44 7.92 2.65 -
YUV 71.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 149 38 38 0 0.74 0.74 0.42 0 0.59 0.37
Hex 95 26 26 0 4A 4A 2A 0 3B 25
Octal 225 46 46 0 112 112 52 0 73 45
Binary 10010101 100110 100110 0 1001010 1001010 101010 0 111011 100101

Color Harmonies of #952626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952626

Black with #952626

Text Example


Text Example

White with #952626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952626; }

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

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

background-color css

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

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

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

border-color css

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

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

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