Html Css Color HEX #942A1E Mandarian Orange

📋 copy color: '#942A1E'

red 148 ◦ green 42 ◦ blue 30

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

Shades of Mandarian Orange #942A1E

Tints of Mandarian Orange #942A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 67.27%
G = 19.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#942A1E (or 0x942A1E) is known color: Mandarian Orange. HEX triplet: 94, 2A and 1E. RGB value is (148,42,30). Sum of RGB (Red+Green+Blue) = 148+42+30=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1E is #6BD5E1. Grayscale: #484848. Windows color (decimal): -7067106 or 1976980. OLE color: 1976980.

HSL color Cylindrical-coordinate representation of color #942A1E: hue angle of 6.1º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942A1E is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 30 -
CMYK 0 0.72 0.80 0.42
HSL 6.1º 0.66% 0.35% -
HSV(B) 6.1º 0.8% 0.58% -
XYZ 13.28 8.05 2.08 -
YUV 72.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 148 42 30 0 0.72 0.80 0.42 6.1 0.66 0.35
Hex 94 2A 1E 0 48 50 2A 6 42 23
Octal 224 52 36 0 110 120 52 6 102 43
Binary 10010100 101010 11110 0 1001000 1010000 101010 110 1000010 100011

Color Harmonies of #942A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A1E

Black with #942A1E

Text Example


Text Example

White with #942A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942A1E; }

 p { color: rgb(148,42,30); }

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

background-color css

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

 a { background-color: rgb(148,42,30); }

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

border-color css

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

 span { border-color: rgb(148,42,30); }

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