Html Css Color HEX #942C2A Mandarian Orange

📋 copy color: '#942C2A'

red 148 ◦ green 44 ◦ blue 42

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

Shades of Mandarian Orange #942C2A

Tints of Mandarian Orange #942C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 63.25%
G = 18.8%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#942C2A (or 0x942C2A) is known color: Mandarian Orange. HEX triplet: 94, 2C and 2A. RGB value is (148,44,42). Sum of RGB (Red+Green+Blue) = 148+44+42=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #942C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C2A is #6BD3D5. Grayscale: #4A4A4A. Windows color (decimal): -7066582 or 2763924. OLE color: 2763924.

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

Color convert

RGB 148 44 42 -
CMYK 0 0.70 0.72 0.42
HSL 1.13º 0.56% 0.37% -
HSV(B) 1.13º 0.72% 0.58% -
XYZ 13.53 8.26 3.07 -
YUV 74.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 148 44 42 0 0.70 0.72 0.42 1.13 0.56 0.37
Hex 94 2C 2A 0 46 48 2A 1 38 25
Octal 224 54 52 0 106 110 52 1 70 45
Binary 10010100 101100 101010 0 1000110 1001000 101010 1 111000 100101

Color Harmonies of #942C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C2A

Black with #942C2A

Text Example


Text Example

White with #942C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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