Html Css Color HEX #95231C Mandarian Orange

📋 copy color: '#95231C'

red 149 ◦ green 35 ◦ blue 28

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

Shades of Mandarian Orange #95231C

Tints of Mandarian Orange #95231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

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

R = 70.28%
G = 16.51%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95231C (or 0x95231C) is known color: Mandarian Orange. HEX triplet: 95, 23 and 1C. RGB value is (149,35,28). Sum of RGB (Red+Green+Blue) = 149+35+28=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95231C is #6ADCE3. Grayscale: #444444. Windows color (decimal): -7003364 or 1844117. OLE color: 1844117.

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

Color convert

RGB 149 35 28 -
CMYK 0 0.77 0.81 0.42
HSL 3.47º 0.68% 0.35% -
HSV(B) 3.47º 0.81% 0.58% -
XYZ 13.21 7.68 1.88 -
YUV 68.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 149 35 28 0 0.77 0.81 0.42 3.47 0.68 0.35
Hex 95 23 1C 0 4D 51 2A 3 44 23
Octal 225 43 34 0 115 121 52 3 104 43
Binary 10010101 100011 11100 0 1001101 1010001 101010 11 1000100 100011

Color Harmonies of #95231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95231C

Black with #95231C

Text Example


Text Example

White with #95231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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