Html Css Color HEX #95210B Mandarian Orange

📋 copy color: '#95210B'

red 149 ◦ green 33 ◦ blue 11

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

Shades of Mandarian Orange #95210B

Tints of Mandarian Orange #95210B

RGB

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

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

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

R = 77.2%
G = 17.1%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95210B (or 0x95210B) is known color: Mandarian Orange. HEX triplet: 95, 21 and 0B. RGB value is (149,33,11). Sum of RGB (Red+Green+Blue) = 149+33+11=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #95210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95210B is #6ADEF4. Grayscale: #414141. Windows color (decimal): -7003893 or 729493. OLE color: 729493.

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

Color convert

RGB 149 33 11 -
CMYK 0 0.78 0.93 0.42
HSL 9.57º 0.86% 0.31% -
HSV(B) 9.57º 0.93% 0.58% -
XYZ 13 7.5 1.08 -
YUV 65.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 149 33 11 0 0.78 0.93 0.42 9.57 0.86 0.31
Hex 95 21 B 0 4E 5D 2A A 56 1F
Octal 225 41 13 0 116 135 52 12 126 37
Binary 10010101 100001 1011 0 1001110 1011101 101010 1010 1010110 11111

Color Harmonies of #95210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95210B

Black with #95210B

Text Example


Text Example

White with #95210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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