Html Css Color HEX #95201C Mandarian Orange

📋 copy color: '#95201C'

red 149 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #95201C

Tints of Mandarian Orange #95201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 71.29%
G = 15.31%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95201C (or 0x95201C) is known color: Mandarian Orange. HEX triplet: 95, 20 and 1C. RGB value is (149,32,28). Sum of RGB (Red+Green+Blue) = 149+32+28=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201C is #6ADFE3. Grayscale: #424242. Windows color (decimal): -7004132 or 1843349. OLE color: 1843349.

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

Color convert

RGB 149 32 28 -
CMYK 0 0.79 0.81 0.42
HSL 1.98º 0.68% 0.35% -
HSV(B) 1.98º 0.81% 0.58% -
XYZ 13.12 7.51 1.86 -
YUV 66.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 149 32 28 0 0.79 0.81 0.42 1.98 0.68 0.35
Hex 95 20 1C 0 4F 51 2A 2 44 23
Octal 225 40 34 0 117 121 52 2 104 43
Binary 10010101 100000 11100 0 1001111 1010001 101010 10 1000100 100011

Color Harmonies of #95201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95201C

Black with #95201C

Text Example


Text Example

White with #95201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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