Html Css Color HEX #96210B Mandarian Orange

📋 copy color: '#96210B'

red 150 ◦ green 33 ◦ blue 11

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

Shades of Mandarian Orange #96210B

Tints of Mandarian Orange #96210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 77.32%
G = 17.01%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96210B (or 0x96210B) is known color: Mandarian Orange. HEX triplet: 96, 21 and 0B. RGB value is (150,33,11). Sum of RGB (Red+Green+Blue) = 150+33+11=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #96210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96210B is #69DEF4. Grayscale: #414141. Windows color (decimal): -6938357 or 729494. OLE color: 729494.

HSL color Cylindrical-coordinate representation of color #96210B: hue angle of 9.5º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96210B is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 11 -
CMYK 0 0.78 0.93 0.41
HSL 9.5º 0.86% 0.32% -
HSV(B) 9.5º 0.93% 0.59% -
XYZ 13.18 7.6 1.09 -
YUV 65.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 150 33 11 0 0.78 0.93 0.41 9.5 0.86 0.32
Hex 96 21 B 0 4E 5D 29 9 56 20
Octal 226 41 13 0 116 135 51 11 126 40
Binary 10010110 100001 1011 0 1001110 1011101 101001 1001 1010110 100000

Color Harmonies of #96210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96210B

Black with #96210B

Text Example


Text Example

White with #96210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96210B; }

 p { color: rgb(150,33,11); }

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

background-color css

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

 a { background-color: rgb(150,33,11); }

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

border-color css

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

 span { border-color: rgb(150,33,11); }

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