Html Css Color HEX #942A1B Mandarian Orange

📋 copy color: '#942A1B'

red 148 ◦ green 42 ◦ blue 27

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

Shades of Mandarian Orange #942A1B

Tints of Mandarian Orange #942A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 68.2%
G = 19.35%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#942A1B (or 0x942A1B) is known color: Mandarian Orange. HEX triplet: 94, 2A and 1B. RGB value is (148,42,27). Sum of RGB (Red+Green+Blue) = 148+42+27=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1B is #6BD5E4. Grayscale: #484848. Windows color (decimal): -7067109 or 1780372. OLE color: 1780372.

HSL color Cylindrical-coordinate representation of color #942A1B: hue angle of 7.44º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #942A1B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 27 -
CMYK 0 0.72 0.82 0.42
HSL 7.44º 0.69% 0.34% -
HSV(B) 7.44º 0.82% 0.58% -
XYZ 13.24 8.03 1.89 -
YUV 71.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 148 42 27 0 0.72 0.82 0.42 7.44 0.69 0.34
Hex 94 2A 1B 0 48 52 2A 7 45 22
Octal 224 52 33 0 110 122 52 7 105 42
Binary 10010100 101010 11011 0 1001000 1010010 101010 111 1000101 100010

Color Harmonies of #942A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A1B

Black with #942A1B

Text Example


Text Example

White with #942A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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