Html Css Color HEX #95210C Mandarian Orange

📋 copy color: '#95210C'

red 149 ◦ green 33 ◦ blue 12

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

Shades of Mandarian Orange #95210C

Tints of Mandarian Orange #95210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 76.8%
G = 17.01%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95210C (or 0x95210C) is known color: Mandarian Orange. HEX triplet: 95, 21 and 0C. RGB value is (149,33,12). Sum of RGB (Red+Green+Blue) = 149+33+12=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #95210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95210C is #6ADEF3. Grayscale: #414141. Windows color (decimal): -7003892 or 795029. OLE color: 795029.

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

Color convert

RGB 149 33 12 -
CMYK 0 0.78 0.92 0.42
HSL 9.2º 0.85% 0.32% -
HSV(B) 9.2º 0.92% 0.58% -
XYZ 13 7.5 1.11 -
YUV 65.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 149 33 12 0 0.78 0.92 0.42 9.2 0.85 0.32
Hex 95 21 C 0 4E 5C 2A 9 55 20
Octal 225 41 14 0 116 134 52 11 125 40
Binary 10010101 100001 1100 0 1001110 1011100 101010 1001 1010101 100000

Color Harmonies of #95210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95210C

Black with #95210C

Text Example


Text Example

White with #95210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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