Html Css Color HEX #942A1D Mandarian Orange

📋 copy color: '#942A1D'

red 148 ◦ green 42 ◦ blue 29

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

Shades of Mandarian Orange #942A1D

Tints of Mandarian Orange #942A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 67.58%
G = 19.18%
B = 13.24%

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

#942A1D (or 0x942A1D) is known color: Mandarian Orange. HEX triplet: 94, 2A and 1D. RGB value is (148,42,29). Sum of RGB (Red+Green+Blue) = 148+42+29=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1D is #6BD5E2. Grayscale: #484848. Windows color (decimal): -7067107 or 1911444. OLE color: 1911444.

HSL color Cylindrical-coordinate representation of color #942A1D: hue angle of 6.55º degrees, saturation: 0.67, 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 #942A1D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 29 -
CMYK 0 0.72 0.80 0.42
HSL 6.55º 0.67% 0.35% -
HSV(B) 6.55º 0.8% 0.58% -
XYZ 13.26 8.04 2.02 -
YUV 72.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 148 42 29 0 0.72 0.80 0.42 6.55 0.67 0.35
Hex 94 2A 1D 0 48 50 2A 7 43 23
Octal 224 52 35 0 110 120 52 7 103 43
Binary 10010100 101010 11101 0 1001000 1010000 101010 111 1000011 100011

Color Harmonies of #942A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A1D

Black with #942A1D

Text Example


Text Example

White with #942A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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