Html Css Color HEX #942210 Mandarian Orange

📋 copy color: '#942210'

red 148 ◦ green 34 ◦ blue 16

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

Shades of Mandarian Orange #942210

Tints of Mandarian Orange #942210

RGB

 RED value IS 148 (58.2% from 255) = 74.75%

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 74.75%
G = 17.17%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942210 (or 0x942210) is known color: Mandarian Orange. HEX triplet: 94, 22 and 10. RGB value is (148,34,16). Sum of RGB (Red+Green+Blue) = 148+34+16=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #942210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942210 is #6BDDEF. Grayscale: #424242. Windows color (decimal): -7069168 or 1057428. OLE color: 1057428.

HSL color Cylindrical-coordinate representation of color #942210: hue angle of 8.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #942210 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 16 -
CMYK 0 0.77 0.89 0.42
HSL 8.18º 0.8% 0.32% -
HSV(B) 8.18º 0.89% 0.58% -
XYZ 12.88 7.48 1.25 -
YUV 66.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 148 34 16 0 0.77 0.89 0.42 8.18 0.8 0.32
Hex 94 22 10 0 4D 59 2A 8 50 20
Octal 224 42 20 0 115 131 52 10 120 40
Binary 10010100 100010 10000 0 1001101 1011001 101010 1000 1010000 100000

Color Harmonies of #942210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942210

Black with #942210

Text Example


Text Example

White with #942210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942210; }

 p { color: rgb(148,34,16); }

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

background-color css

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

 a { background-color: rgb(148,34,16); }

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

border-color css

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

 span { border-color: rgb(148,34,16); }

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