Html Css Color HEX #96230A Mandarian Orange

📋 copy color: '#96230A'

red 150 ◦ green 35 ◦ blue 10

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

Shades of Mandarian Orange #96230A

Tints of Mandarian Orange #96230A

RGB

 RED value IS 150 (58.98% from 255) = 76.92%

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

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 76.92%
G = 17.95%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96230A (or 0x96230A) is known color: Mandarian Orange. HEX triplet: 96, 23 and 0A. RGB value is (150,35,10). Sum of RGB (Red+Green+Blue) = 150+35+10=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96230A is #69DCF5. Grayscale: #424242. Windows color (decimal): -6937846 or 664470. OLE color: 664470.

HSL color Cylindrical-coordinate representation of color #96230A: hue angle of 10.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96230A is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 10 -
CMYK 0 0.77 0.93 0.41
HSL 10.71º 0.88% 0.31% -
HSV(B) 10.71º 0.93% 0.59% -
XYZ 13.23 7.71 1.08 -
YUV 66.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 150 35 10 0 0.77 0.93 0.41 10.71 0.88 0.31
Hex 96 23 A 0 4D 5D 29 B 58 1F
Octal 226 43 12 0 115 135 51 13 130 37
Binary 10010110 100011 1010 0 1001101 1011101 101001 1011 1011000 11111

Color Harmonies of #96230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96230A

Black with #96230A

Text Example


Text Example

White with #96230A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96230A; }

 p { color: rgb(150,35,10); }

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

background-color css

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

 a { background-color: rgb(150,35,10); }

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

border-color css

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

 span { border-color: rgb(150,35,10); }

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