Html Css Color HEX #942A1C Mandarian Orange

📋 copy color: '#942A1C'

red 148 ◦ green 42 ◦ blue 28

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

Shades of Mandarian Orange #942A1C

Tints of Mandarian Orange #942A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 67.89%
G = 19.27%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#942A1C (or 0x942A1C) is known color: Mandarian Orange. HEX triplet: 94, 2A and 1C. RGB value is (148,42,28). Sum of RGB (Red+Green+Blue) = 148+42+28=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1C is #6BD5E3. Grayscale: #484848. Windows color (decimal): -7067108 or 1845908. OLE color: 1845908.

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

Color convert

RGB 148 42 28 -
CMYK 0 0.72 0.81 0.42
HSL 0.68% 0.35% -
HSV(B) 0.81% 0.58% -
XYZ 13.25 8.04 1.95 -
YUV 72.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 148 42 28 0 0.72 0.81 0.42 7 0.68 0.35
Hex 94 2A 1C 0 48 51 2A 7 44 23
Octal 224 52 34 0 110 121 52 7 104 43
Binary 10010100 101010 11100 0 1001000 1010001 101010 111 1000100 100011

Color Harmonies of #942A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A1C

Black with #942A1C

Text Example


Text Example

White with #942A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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